From aeefb44ef1449ffe350c4ff7edb7cfaa19c3f473 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Fri, 18 Oct 2013 10:19:58 -0700 Subject: [PATCH] Updated Operating system development (markdown) --- Operating-system-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Operating-system-development.md b/Operating-system-development.md index ac645b1..b157c94 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) +* [cmr/cmoss](https://github.com/cmr/cmoss), a rather inactive OS project ### Resources and docs