Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 761 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 761 Bytes

LunarOS

Total alerts

Language grade: C/C++

An exokernel operating system inspired by the MIT experiments.

Build

make ARCH=x86_64 iso

Testing

make ARCH=x86_64 qemu

License

See LICENSE.

LunarOS has substantial parts of its code base borrowed or inspired by other open source operating systems.

LunarOS borrows code from the following sources:

  • xv6-public
  • OSDev wiki
  • Multiboot2 specification
  • NetBSD