Add RISC-V Rust Operating System Tutorial

https://osblog.stephenmarz.com/

Series of posts from Stephen Marz.
This commit is contained in:
Ben Klein 2021-02-02 12:29:49 -05:00 committed by GitHub
parent 50fb1214f6
commit f0c420f9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,6 +258,7 @@
* [**C++**: _Write your own Operating System_](https://www.youtube.com/playlist?list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M) [video] * [**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/) * [**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**: _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` #### Build your own `Physics Engine`