久闻 MIT 6.828 操作系统工程试验的盛名,今日终于可能亲手实际。
每个试验我都将要求、提醒、实现思路和步骤、问题和后果记录下来,一方面为了将试验要求和提醒翻译后记录下来以便后续研读,另一方面也是为了加深试验中学习到的知识点:
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab1 Utilities
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab2 System calls
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab3 Page tables
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab4 Traps
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab5 Copy-on-Write Fork
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab6 Multithreading
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab7 Networking
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab8 Locks
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab9 file system
- MIT 6.1810(6.828/6.S081) 操作系统工程 Lab10 mmap