No description
  • C 97.8%
  • Lua 1.1%
  • Assembly 0.6%
  • Linker Script 0.5%
Find a file
2026-08-13 08:59:51 +10:00
kernel feat: decent enough vfs 2026-08-13 08:59:51 +10:00
support feat: riscv port that sucks 2026-06-29 16:00:31 +10:00
third_party/nanoprintf refactor: general clean up 2026-05-23 05:54:59 +10:00
.clang-format feat: get the basic prekernel stuff done 2026-05-12 14:21:29 +10:00
.clang-tidy feat: get the basic prekernel stuff done 2026-05-12 14:21:29 +10:00
.clangd feat: get the basic prekernel stuff done 2026-05-12 14:21:29 +10:00
.gitattributes chore: add gitattributes 2026-05-19 22:58:47 +10:00
.gitignore minor: more refactoring stuff 2026-05-17 23:54:09 +10:00
fab.lua feat: decent enough vfs 2026-08-13 08:59:51 +10:00
LICENSE feat: get the basic prekernel stuff done 2026-05-12 14:21:29 +10:00
README.md chore: update README 2026-08-09 23:29:33 +10:00

Lunar

Small experimental kernel. (It's really stupid)

Currently only supports x86_64 and riscv64 (rv64gc) but may support other architectures in the future.

Lunar is booted via Theia, its prekernel, and is built as part of Terra (the system distribution)