From f01d34cde6ff8e643b25c11b1f3fe4c96e2a87b7 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Fri, 18 Oct 2013 02:37:16 -0700 Subject: [PATCH] Updated Operating system development (markdown) --- Operating-system-development.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Operating-system-development.md b/Operating-system-development.md index d2c388c..4da1433 100644 --- a/Operating-system-development.md +++ b/Operating-system-development.md @@ -4,10 +4,11 @@ This page aims at referencing here resources and documentation about operating s * [#rust-osdev on irc.mozilla.org](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-osdev) -### Projets +### Projects -Here is a short list of some OS projects in Rust. Feel free to add your own : +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)