Skip to content

Mellurboo/LunarOS64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar OS for 64bit and UEFI

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.

Build Sequence

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