Writing an Operating system based on Phil-opp blog series
-
Updated
Jan 6, 2025 - Rust
Writing an Operating system based on Phil-opp blog series
Neutrix is a small educational x86_64 operating system kernel written in Rust. It follows a bare-metal, no_std, no_main design and provides a compact foundation for experimenting with low-level OS concepts: paging, memory allocation, interrupt handling, device drivers, and a small async executor.
Add a description, image, and links to the osdev-rust topic page so that developers can more easily learn about it.
To associate your repository with the osdev-rust topic, visit your repo's landing page and select "manage topics."