Prettifying

This commit is contained in:
gil 2024-05-13 21:42:49 -05:00
parent 78ba8f22a6
commit 78f93533a4

View file

@ -6,8 +6,9 @@ modified: 2024-05-13T14:28:52-05:00
# Reading list # Reading list
## Beginner tutorial ## Beginner tutorial
- https://www.meyerzinn.tech/posts/2023/03/05/running-rust-code-on-risc-v-in-qemu/ - Meyer Zinn's RISC-V kernel guide
- https://www.meyerzinn.tech/posts/2023/03/08/p1-printing-and-allocating/ - [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 ## Other reading
- https://osblog.stephenmarz.com/ch1.html - 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 - https://twilco.github.io/riscv-from-scratch/2019/04/27/riscv-from-scratch-2.html
## RISC-V Spec ## RISC-V Spec
https://riscv.org/wp-content/uploads/2019/12/riscv-spec-20191213.pdf - [Volume I: Unprivileged](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 - [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)