NimbOS 2022
An experimental real-time operating system (RTOS) written in Rust.
Features
- Multi-architecture support: x86_64, aarch64
- Preemptive scheduler
- User/kernel space isolation
TODO
- More effective thread sleeping
- Kernel mutex/semaphore/condvar
- Run with RVM1.5
- SMP
Build & Run (in QEMU)
cd kernel
make env # for first time
make run