mirror of
https://github.com/rayanmargham/NyauxKC.git
synced 2026-03-20 18:34:27 -05:00
No description
- Rust 92.3%
- Makefile 7.7%
| kernel | ||
| limine@38ff2c855a | ||
| .gitignore | ||
| .gitmodules | ||
| GNUmakefile | ||
| LICENSE | ||
| limine.conf | ||
| README.md | ||
NyauxKC
NyauxKC is an unix-like operating system, the Nyaux kernel is monolithic, the kernel is written in rust. Please refer to the branch 'old-nyaux' if you are here to see what my project has done before, I am currently rewriting in rust which is what the main branch is.
Goals for the Project
[] Basic x86_64 setup and abstraction
[✓] PMM using freelist
[✓] Slab Allocation
[] Page Tables for x86_64 and RISCV64
[✓] VMM
...
[X] Port Xorg
..
[X] Port Wayland