forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Operating system development
Eric Holk edited this page Nov 28, 2013
·
9 revisions
This page aims at referencing here resources and documentation about operating system development with Rust.
Here is a short list of some OS projects in Rust. Feel free to add your own:
- thestinger/rust-core, a freestanding standard library clone that can even be configured to avoid libc.
- LeoTestard/Quasar
- pcmattman/rustic
- pczarn/rustboot
- cmr/cmoss, a rather inactive OS project
- mahrz/rv6, a port of xv6 an educational unix clone by MIT (doesn't do much yet, currently inactive)
- eholk/Boot2Rust - A UEFI application written in Rust.
Contents to come..