- https://jyywiki.cn/OS/2024/
- https://wiki.csie.ncku.edu.tw/linux/schedule [所有必须看完,Lab略]
- how to get os-demo? wget -c -r -np -k -L -p https://jyywiki.cn/os-demos/ --no-check-certificate
- 实现一个完整的操作系统 [xv6/rcore] (说明:这部分仅用于将前面的内容串起来,做起来会非常快)
- emulator + boot linux
- https://github.com/yhzhang0128/egos-2000
- https://github.com/mit-pdos/xv6-riscv
- https://github.com/sysprog21/rv32emu
- https://github.com/sysprog21/semu
- 学习记录