学习 MIT 6.828
CtrlK
  • 学习 MIT 6.828: 操作系统工程
  • LEC 说明
    • Introduction and examples
      • 6.S081/6.828 2019 Lecture 1: O/S overview
    • Dynamic memory allocation (allocators)
      • 6.S081/6.828 2019 Lecture 2: Memory allocation
    • C and gdb (pointers example)
    • 简介与示例
  • 项目进度
  • LAB
    • Lab01
    • 构建工具链
Powered by GitBook
On this page
  • 课堂
  • 实验
  • xv6 中的 System Call
  • 参考资料
  • 类似笔记
  • 致谢

Was this helpful?

学习 MIT 6.828: 操作系统工程

在线阅读

LICENSE

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

xv6 中的 System Call

参考资料

  • Caffeinated 6.828

类似笔记

  • SmallPond/MIT6.828_OS

  • shishujuan/mit6.828-2017

致谢

NextLEC 说明

Last updated 5 years ago

Was this helpful?