You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
user.email c94753b420
Improve translation.
12 months ago
assets Fix Chapter 3. 2 years ago
Chapter-1.md Fix image link. Fix style. 2 years ago
Chapter-2.md Fix Chap 2 and Chap 4. 1 year ago
Chapter-3.md Improve translation. 12 months ago
Chapter-4.md Fix Chap 2 and Chap 4. 1 year ago
Chapter-5.md Fix image link. Fix style. 2 years ago
Chapter-6.md Add chapter 3-9. 2 years ago
Chapter-7.md Add chapter 3-9. 2 years ago
Chapter-8.md Add chapter 3-9. 2 years ago
Chapter-9.md Fix image link. Fix style. 2 years ago
README.md Fix Chap 2 and Chap 4. 1 year ago

README.md

xv6-riscv-book-Chinese

本项目是MIT 6.S081与6.828课程用书xv6-riscv-book的中文翻译。

此版翻译基于xv6-book-2020-Chinese修改与校对完成全部内容转为Markdown格式。

如果您在阅读过程中发现翻译中有任何错误或可以改进的地方欢迎提出issue或pull request。

目录

  1. 操作系统接口Operating system interfaces
  2. 操作系统组织Operating system organization
  3. 页表Page tables
  4. 陷阱和系统调用Traps and system calls
  5. 中断和设备驱动Interrupts and device drivers
  6. Locking
  7. 调度Scheduling
  8. 文件系统FIle system
  9. 并发Concurrency revisited

致谢

以下人员参与了此版中文xv6-book的主要翻译与校对工作。

王辉宇,臧振宇,丁睿,何思齐,刘雨俊,刘俊豪,陈冬,杭心语,刘又铭,贾子菡,仲殷旻。

参考

  1. MIT课程地址
  2. xv6-riscv Github repository
  3. 英文原版xv6-riscv-book-rev1