Crates.io | amongos |
lib.rs | amongos |
version | 0.11.0 |
source | src |
created_at | 2023-07-31 12:26:12.747136 |
updated_at | 2023-07-31 12:26:12.747136 |
description | A small sussy operating system written with the Rust programming language. Developed by following Philipp Oppermann's Writing an OS in Rust blog. |
homepage | |
repository | https://github.com/Emivvvvv/AmongOS |
max_upload_size | |
id | 930816 |
size | 1,352,841 |
A small sussy operating system written with the Rust programming language. Developed by following Philipp Oppermann's Writing an OS in Rust blog.
Status | Feature |
---|---|
✅ | Bare Bones |
✅ | Amogus On The Screen |
✅ | VGA Text Mode |
✅ | Testing |
✅ | Interrupts |
✅ | Memory Management |
⏳ | Multitasking |
... | ... |
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