diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index 94632dbf..4dfd002f 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -25,4 +25,4 @@ - [课程作业](https://pdos.csail.mit.edu/6.828/2021/schedule.html):11个lab,具体要求详见课程网站 ## 资源汇总 -我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。 \ No newline at end of file +我在学习这门课中用到的所有资源和作业实现都汇总在[这个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 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。 \ No newline at end of file