Skip to content

Felix 0.1.0

Compare
Choose a tag to compare
@mrgian mrgian released this 09 Mar 08:59
· 214 commits to main since this release

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