From 904b0000bfaabe2d2f7829993c15a0b02f3b58ec Mon Sep 17 00:00:00 2001 From: Piotr Date: Sat, 2 Nov 2013 11:07:25 -0700 Subject: [PATCH] Added my own project --- Operating-system-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Operating-system-development.md b/Operating-system-development.md index 6a5ff05..f4338a2 100644 --- a/Operating-system-development.md +++ b/Operating-system-development.md @@ -11,6 +11,7 @@ Here is a short list of some OS projects in Rust. Feel free to add your own: * [thestinger/rust-core](https://github.com/thestinger/rust-core/), a freestanding standard library clone that can even be configured to avoid libc. * [LeoTestard/Quasar](https://github.com/LeoTestard/Quasar.git) * [pcmattman/rustic](https://github.com/pcmattman/rustic.git) +* [pczarn/rustboot](https://github.com/pczarn/rustboot.git) * [cmr/cmoss](https://github.com/cmr/cmoss), a rather inactive OS project ### Resources and docs