AFOS

AFOS - Aspen Feltner Operating System

A 32-bit operating system kernel written in C and Assembly, featuring a BASIC interpreter and executable system.

Quick Start

Building and Running Locally

# Build the kernel
make all

# Create ISO and run in QEMU
make iso
make run-iso