From 2cce36b1329e4239a74ceffbfdc3f1b763a8ae4e Mon Sep 17 00:00:00 2001 From: gil Date: Mon, 13 May 2024 17:39:00 -0500 Subject: [PATCH] Added more readings --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 903457a..c9d2c53 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ created: 2024-05-13T14:28:49-05:00 modified: 2024-05-13T14:28:52-05:00 --- -Started here: https://www.meyerzinn.tech/posts/2023/03/05/running-rust-code-on-risc-v-in-qemu/ +# Reading list -Then here: https://www.meyerzinn.tech/posts/2023/03/08/p1-printing-and-allocating/ \ No newline at end of file +## 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/ + +## Other reading +- https://osblog.stephenmarz.com/ch1.html +- https://os.phil-opp.com/ +- https://github.com/skyzh/core-os-riscv +- https://twilco.github.io/riscv-from-scratch/2019/04/27/riscv-from-scratch-2.html \ No newline at end of file