From 78f93533a419a5bbbc5e141c8155dcd723f039ad Mon Sep 17 00:00:00 2001 From: gil Date: Mon, 13 May 2024 21:42:49 -0500 Subject: [PATCH] Prettifying --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15b5e85..c350bf6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ modified: 2024-05-13T14:28:52-05:00 # Reading list ## Beginner tutorial -- https://www.meyerzinn.tech/posts/2023/03/05/running-rust-code-on-risc-v-in-qemu/ -- https://www.meyerzinn.tech/posts/2023/03/08/p1-printing-and-allocating/ +- Meyer Zinn's RISC-V kernel guide + - [Part 0](https://www.meyerzinn.tech/posts/2023/03/05/running-rust-code-on-risc-v-in-qemu/) + - [Part 1](https://www.meyerzinn.tech/posts/2023/03/08/p1-printing-and-allocating/) ## Other reading - https://osblog.stephenmarz.com/ch1.html @@ -16,5 +17,8 @@ modified: 2024-05-13T14:28:52-05:00 - https://twilco.github.io/riscv-from-scratch/2019/04/27/riscv-from-scratch-2.html ## RISC-V Spec -https://riscv.org/wp-content/uploads/2019/12/riscv-spec-20191213.pdf -https://riscv.org/wp-content/uploads/2019/08/riscv-privileged-20190608-1.pdf \ No newline at end of file +- [Volume I: Unprivileged](https://riscv.org/wp-content/uploads/2019/12/riscv-spec-20191213.pdf) +- [Volume II: Privileged](https://riscv.org/wp-content/uploads/2019/08/riscv-privileged-20190608-1.pdf) + +## Videos +- [Sarah Jamie Lewis's "Let's Build An OS" series](https://www.youtube.com/watch?v=s_4tFz52jbc) (Note: it *can* run Doom) \ No newline at end of file