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.shBuilds the OS and creates the ISO (Requiresbinutils,gcc,grub, andxorriso)write.shUsesddto write the ISO to /dev/sda (Make sure that is the correct drive)test.shUsesqemuto emulate the OS booting from the ISO