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
- Host: GitHub
- URL: https://github.com/r614/runix
- Owner: r614
- License: mit
- Created: 2021-07-31T20:34:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T21:24:00.000Z (over 4 years ago)
- Last Synced: 2025-02-14T13:27:40.995Z (about 1 year ago)
- Topics: kernel, linux, operating-system, rust, x86-64
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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