From fbc798c0e22262487c0f8f12ebfdff8d199e1ce3 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Thu, 13 Apr 2017 13:01:57 -0400 Subject: [PATCH] write an os in rust --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63d0641..53bc5c5 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,11 @@ Learning by doing is important and more effective than plainly following a docum ## Haskell: * [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/) -* [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) +* [Write Yourself a Scheme in 48 hours]() ## Rust: * A Simple Web App in Rust * [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/) * [Part 2a](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2a/) - * [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/) \ No newline at end of file + * [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/) +* [Write an OS in Rust](http://os.phil-opp.com/) \ No newline at end of file