Lunar OS is a hobby OS I'm writing but I wanted it to work on all modern hardware if possible I switched from BIOS to UEFI which also means all usage of VGA Text mode has been removed. Ensuring it runs on real hardware try it, I left an ISO in the Releases section. Just burn it to USB or Virtualise it!
Lunar written with the Limine bootloader by @mintsuki https://github.com/limine-bootloader/
Lunar OS is still growing and I aim to have a working and fleshed out terminal soon.
make all
compiles the operating system and installs all dependencies
make run
does all compilation and runs the operating system in qemu
make debug
does all compilation and run the operating system with the qemu monitor attached to the terminal. this will soon include qemu logging