1 unstable release
0.11.0 | Jul 31, 2023 |
---|
#730 in Operating systems
1.5MB
849 lines
AmongOS
A small sussy operating system written with the Rust programming language. Developed by following Philipp Oppermann's Writing an OS in Rust blog.
Screenshots
Roadmap
Status | Feature |
---|---|
✅ | Bare Bones |
✅ | Amogus On The Screen |
✅ | VGA Text Mode |
✅ | Testing |
✅ | Interrupts |
✅ | Memory Management |
⏳ | Multitasking |
... | ... |
Installation
You can't just download and run the operating system, unfortunately.
To proceed, it is necessary to install QEMU and Rust Nightly. You might also need to follow some extra steps, so I suggest referring to the first two tutorials on Writing an OS in Rust Philipp Oppermann's blog