rustos
![drone]
Philipp Oppermann's awesome [Writing an OS in Rust]
- Bare bones
- [A Freestanding Rust Binary] : [post01.rs]
- [A Minimal Rust Kernel] : [post02.rs]
- [VGA Text Mode] : [post03.rs]
- [Testing] : [post04.rs]
- [tests/basicboot.rs]
- [tests/shouldpanic.rs]
- Interrupts
- [CPU Exceptions] : [post05.rs]
- [Double Faults] : [post06.rs]
- [tests/pagefault.rs]
- [tests/stackoverflow.rs]
- [Hardware Interrupts] : [post07.rs]
Happy Hackin'!