A Simple Operating System written in C.
Currently Only Supports Computers That Use BIOS (Requires VGA 80x25 Text Mode)
There are a few included shell scripts (That work on Linux) to make it easy to build the OS and write it to a flash drive.
build.sh
Builds the OS and creates the ISO (Requiresbinutils
,gcc
,grub
, andxorriso
)write.sh
Usesdd
to write the ISO to /dev/sda (Make sure that is the correct drive)test.sh
Usesqemu
to emulate the OS booting from the ISO