Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
felix-20230310-101.zip | 2023-03-10 | 25.5 kB | |
Felix 0.1.0 source code.tar.gz | 2023-03-09 | 6.6 kB | |
Felix 0.1.0 source code.zip | 2023-03-09 | 12.2 kB | |
README.md | 2023-03-09 | 370 Bytes | |
Totals: 4 Items | 44.7 kB | 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