update MIT 6.S081

This commit is contained in:
KuangjuX 2022-02-15 23:40:24 +08:00
parent 201c257859
commit 1d308d797e
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@
- [课程作业](https://pdos.csail.mit.edu/6.828/2021/schedule.html)11个lab具体要求详见课程网站
## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。此外也可以参考 [KuangjuX](https://github.com/KuangjuX) 实现的 MIT 6.S081 的几个 lab 的题解,里面亦有详细的解法和补充知识,另外,[KuangjuX](https://github.com/KuangjuX) 也使用 Rust 语言重新实现过 xv6-riscv 操作系统:[xv6-rust](https://github.com/Ko-oK-OS/xv6-rust),里面对于 xv6-riscv 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。