The overhead slides included in this section use figures from the textbook, which are copyrighted by its author. Therefore I believe that their reuse require permission from the author and thus do not fall into the scope of the copyright notice of this site.
| Notes (4-up) | Notes (1-up) | Relevant textbook material |
|---|---|---|
| OS overview | OS overview | Chapter 2 (APIs extra) |
| Processes | Processes | Chapter 3 |
| Threads | Threads | Chapter 4 (POSIX extra) |
| Mutual exclusion and synchronization | Synchronization | Chapter 5 |
| Deadlock | Deadlock | Chapter 6 |
| Memory management | Memory management | Chapters 7 and 8 |
| Scheduling | Scheduling | Chapters 9 and 10 |
| I/O Management | I/O Management | Chapter 11 |
| File system | File system | Chapter 12 |
| Introduction to networks | Networks | |
| Daemons | Daemons | |
| Working with multiple source files | Multiple files |