Compulsory exercises
Preparation
- reading
To start the lab, switch to the thread branch:
1 | git fetch |
1 | git fetch |
1 | git fetch |
MIT 6.S081 Lecture 15: Crash recovery
最后一节关于xv6的讲座了,后面的重点会放在操作系统论文的阅读上
再见了所有的xv6 😭
MIT 6.S081 Lecture 14: File systems
RISC-V是一种精简指令集架构的汇编语言
RISC-V的核心说明文档只有一页纸那么大,相比起x86臃肿的指令集架构,RISC-V的简单易学很适合作为汇编语言的入门,近年来指令集架构也有从CISC到RISC转变的倾向,但是大部分的机器仍然在x86下运行,整个世界的结构可以说是以x86为主流的。
updating…
MIT 6.S081 Lecture 12: Scheduling 2
MIT 6.S081 Lecture 11: Scheduling 1