An open API service indexing awesome lists of open source software.

https://github.com/r614/runix

UNIX-esque OS built using Rust
https://github.com/r614/runix

kernel linux operating-system rust x86-64

Last synced: 12 months ago
JSON representation

UNIX-esque OS built using Rust

Awesome Lists containing this project

README

          

# runix
An exercise in building a minimal unix-esque OS using Rust, shoutout to this handy [guide](https://os.phil-opp.com/).

## TO-DO
- [x] Bare metal Rust Binary
- [x] Kernel
- [x] VGA Text Mode
- [ ] Tests
- [ ] CPU Exceptions, Interrupts and Double Faults
- [ ] Paging
- [ ] Heap
- [ ] Allocator
- [ ] Async/Await