Skip to content
Compare
Choose a tag to compare
@skejeton skejeton released this 04 Jul 20:56
· 13 commits to main since this release

First version!

Currently, this OS uses a legacy BIOS bootloader, so it's unlikely to run on actual hardware.
Later I'll make an effort to port this to UEFI.

To try it out, I recommend to use QEMU, and run the following command:

qemu-system-x86_64 -m 128 -drive file=sys.img,format=raw

Alternatively you can try any other virtual machine software such as VirtualBox (but I did not test it).