Subject | Text Readings | Notes |
Introduction; Background and Overview | Chapters 1-2 | 2-up |
Processes and Threads | Chapters 3 (3.1-3.3) and 4 | 2-up pthreads-ex.c |
NachOS | None | 2-up |
C Primer | None | 2-up mem.c write.c addr.c |
Synchronization | Chapters 3 (3.4, pp. 96-98), 6 (excluding 6.9), and 7 | 2-up |
Memory Management | Chapter 8 | 2-up |
Virtual Memory | Chapter 9 | 2-up |
Scheduling | Chapter 5 | 2-up |
I/O | Chapters 12-13 | 2-up |
File Systems | Chapters 10-11 (excluding 11.9, 11.10) | 2-up |
Interprocess Communication and Networking | Chapter 3 (3.4-3.6) | 2-up |
Security | Chapters 14-15 | 2-up |