## Rust lang related OS dev
### simple
- [osdev using rust lang](https://wiki.osdev.org/Rust_Bare_Bones)
- [github org for Operating System Development in Rust](https://github.com/rust-osdev)
- [Rust implementation of Xinu OS](https://github.com/robert-w-gries/rxinu)
- [Simple Kernel Project written in rust](https://github.com/xacrimon/skp)
- [Pebble OS written in Rust](https://github.com/pebble-os/pebble)
- [Bare Metal Rust Programming on Raspberry Pi 3](https://github.com/rust-embedded/rust-raspi3-tutorial)
### more real
- [redox](https://www.redox-os.org/)
- [tock](https://www.tockos.org/)