Learning-MIT-6.828
Learning-MIT-6.828 copied to clipboard
something you need in MIT 6.828 Fall 2019
学习 MIT 6.828: 操作系统工程
MIT 6.828 被网友称为神级课程。我本身也一直都有系统学习操作系统的心愿。这两天正好碰见 6.828 2019(秋)开课。择日不如撞日,那就让我们开始吧。
- 课堂
- 实验
- xv6 中的 System Call
- 参考资料
- 类似笔记
- 致谢
课堂
- LEC01: Introduction and examples
- LEC02: Dynamic memory allocation (allocators)
- LEC03: C and gdb (pointers example)
实验
实验结果,请在 https://github.com/aQuaYi/xv6-riscv-fall19 查看。
- 构建工具链
- 01 util: Unix utilities