From be6ab2d23cd48a58d235785b68fee419409e2380 Mon Sep 17 00:00:00 2001 From: Arcterus Date: Wed, 5 Feb 2014 20:11:04 -0800 Subject: [PATCH] Added my OS project (kRnel) --- Operating-system-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Operating-system-development.md b/Operating-system-development.md index 8b097c7..bec0f79 100644 --- a/Operating-system-development.md +++ b/Operating-system-development.md @@ -12,6 +12,7 @@ Here is a short list of some OS projects in Rust. Feel free to add your own: * [LeoTestard/Quasar](https://github.com/LeoTestard/Quasar.git) * [pcmattman/rustic](https://github.com/pcmattman/rustic.git) * [pczarn/rustboot](https://github.com/pczarn/rustboot.git) +* [Arcterus/kRnel](https://github.com/Arcterus/kRnel.git) * [cmr/cmoss](https://github.com/cmr/cmoss), a rather inactive OS project * [mahrz/rv6](https://github.com/mahrz/rv6.git), a port of xv6 an educational unix clone by MIT (doesn't do much yet, currently inactive) * [eholk/Boot2Rust](https://github.com/eholk/Boot2Rust) - A UEFI application written in Rust.