Felix 0.1.0
Bootloader:
- BIOS compatible (also works on UEFI with emulated BIOS)
- can boot
- can load kernel to memory
- can execute kernel
Kernel:
- has a println macro able to format any type of data
It doesn't do much but if you want to try it download the release and run it with QEMU:
qemu-system-i386 -drive file=disk.img,index=0,if=floppy,format=raw