Merge pull request #113 from Misaka-9982-coder/add_some_detials

Add some recommended blogs
This commit is contained in:
flyingpig
2022-03-29 09:57:33 +08:00
committed by GitHub
3 changed files with 33 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ CMU大名鼎鼎的镇系神课以其内容庞杂project巨难而闻名遐
## 课程资源
- [课程网站](http://csapp.cs.cmu.edu/)
- [课程视频](https://www.bilibili.com/video/BV1iW411d7hd?from=search&seid=10373073684006382632&spm_id_from=333.337.0.0)
- [九曲阑干](https://space.bilibili.com/354767108/)对CSAPP的[中文讲解](https://www.bilibili.com/video/BV1cD4y1D7uR)据说CMU的中国留学生也在CMU的课堂上看这个视频呢
- 课程教材Computer Systems: A Programmer's Perspective, 3/E
- 课程作业11个Project[代码框架全部开源](http://csapp.cs.cmu.edu/3e/labs.html)

View File

@@ -21,8 +21,23 @@
## 课程资源
- [课程网站](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/)
- [xv6操作系统的深入讲解](https://space.bilibili.com/1040264970/)
- [课程教材](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 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。
我在学习这门课中用到的所有资源和作业实现都汇总在[这个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/)

View File

@@ -17,4 +17,18 @@
- [课程作业](https://cs144.github.io/)8个Project带你实现整个TCP/IP协议栈
## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/CS144-Computer-Network)中。
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/CS144-Computer-Network)中。
### 一些可以参考的博客
- [Lexssama's Blogs](https://lexssama.github.io/tags/CS144/)
- [huangrt01](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Computer-Networking-Lab-CS144-Stanford.md)
- [kiprey](https://kiprey.github.io/tags/CS144/)
- [康宇PL's Blog](https://www.cnblogs.com/kangyupl/p/stanford_cs144_labs.html)
- [doraemonzzz](http://doraemonzzz.com/tags/CS144/)
- [ViXbob's libsponge](https://vixbob.moe/25.html)
- [吃着土豆坐地铁的博客](https://www.epis2048.net/categories/Code/Stanford-CS144/)
- [Smith](https://www.inlighting.org/archives/2021-cs144-notes/#Lab-4-the-TCP-connection)
- [PKUFlyingPig](https://github.com/PKUFlyingPig/CS144-Computer-Network)
- [星遥见](https://www.cnblogs.com/weijunji/tag/CS144/)
- [EIMadrigal](https://www.cnblogs.com/EIMadrigal/p/15500472.html)
- [Joey](http://yuzijun.life/2021-02/CS144)