diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index c5cf940e..50545dcd 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -21,8 +21,22 @@ ## 课程资源 - [课程网站](https://pdos.csail.mit.edu/6.828/2021/schedule.html) - [课程视频](https://www.youtube.com/watch?v=L6YqHxYHa7A):每节课的链接详见课程网站 + - [课程视频翻译文档](https://mit-public-courses-cn-translatio.gitbook.io/mit6-s081/) + - [课程教材](https://pdos.csail.mit.edu/6.828/2021/xv6/book-riscv-rev2.pdf) + - [xv6中文文档](https://th0ar.gitbooks.io/xv6-chinese/content/index.html) + - [课程作业](https://pdos.csail.mit.edu/6.828/2021/schedule.html):11个lab,具体要求详见课程网站 ## 资源汇总 -我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。此外也可以参考 [KuangjuX](https://github.com/KuangjuX) 实现的 MIT 6.S081 的几个 lab 的[题解](https://github.com/KuangjuX/xv6-riscv-solution),里面亦有详细的解法和补充知识,另外,[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 +我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。此外也可以参考 [KuangjuX](https://github.com/KuangjuX) 实现的 MIT 6.S081 的几个 lab 的[题解](https://github.com/KuangjuX/xv6-riscv-solution),里面亦有详细的解法和补充知识,另外,[KuangjuX](https://github.com/KuangjuX) 也使用 Rust 语言重新实现过 xv6-riscv 操作系统:[xv6-rust](https://github.com/Ko-oK-OS/xv6-rust),里面对于 xv6-riscv 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。 + +### 一些可以参考的博客 +- [doraemonzzz](http://doraemonzzz.com/tags/6-S081/) +- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/MIT-6S081-notes/) +- [Miigon's blog](https://blog.miigon.net/tags/operating-system/) +- [Zhou Fang](https://walkerzf.github.io/categories/6-S081/index.html) +- [Yichun's Blog](https://www.yichuny.page/tags/Operating%20System) +- [解析Ta](https://blog.csdn.net/u013577996/article/details/108679997) +- [PKUFlyingPig](https://github.com/PKUFlyingPig/MIT6.S081-2020fall) +- [星遥见](https://www.cnblogs.com/weijunji/tag/XV6/) \ No newline at end of file