From f0c420f9c37c597aeba66425a112b482188a7845 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Tue, 2 Feb 2021 12:29:49 -0500 Subject: [PATCH] Add RISC-V Rust Operating System Tutorial https://osblog.stephenmarz.com/ Series of posts from Stephen Marz. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cce74c..f50fb29 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ * [**C++**: _Write your own Operating System_](https://www.youtube.com/playlist?list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M) [video] * [**C++**: _Writing a Bootloader_](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/) * [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/) +* [**Rust**: _The Adventures of OS: Making a RISC-V Operating System using Rust_](https://osblog.stephenmarz.com/) #### Build your own `Physics Engine`