Add another good site to readings
This commit is contained in:
parent
531f0b8a59
commit
bc6cc35725
|
@ -17,6 +17,7 @@ A kernel for RISC-V written in Rust. Currently focused on running on QEMU generi
|
||||||
- https://os.phil-opp.com/
|
- https://os.phil-opp.com/
|
||||||
- https://github.com/skyzh/core-os-riscv
|
- https://github.com/skyzh/core-os-riscv
|
||||||
- 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
|
||||||
|
- https://danielmangum.com/categories/risc-v-bytes/
|
||||||
|
|
||||||
## RISC-V Spec
|
## RISC-V Spec
|
||||||
- [Volume I: Unprivileged](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)
|
||||||
|
@ -31,7 +32,7 @@ A kernel for RISC-V written in Rust. Currently focused on running on QEMU generi
|
||||||
|
|
||||||
- [ ] Basics
|
- [ ] Basics
|
||||||
- [ ] Processes
|
- [ ] Processes
|
||||||
- [ ] Virtual address spaces, page tables
|
- [ ] Virtual addrxess spaces, page tables
|
||||||
- [ ] Files, directories
|
- [ ] Files, directories
|
||||||
- [ ] Pipes
|
- [ ] Pipes
|
||||||
- [ ] Multitasking, time-slicing
|
- [ ] Multitasking, time-slicing
|
||||||
|
|
Loading…
Reference in a new issue