CS 3733 Operating Systems Schedule


WeekTopicReading
1IntroductionUSP Chapter 1
SGG Chapter 1 (lightly)
Programs and ProcessesUSP Chapter 2
2Process ManagementSGG 3.1, 3.2
CPU SchedulingSGG 5.1 - 5.3
3CPU Scheduling ExamplesSGG 5.6, web notes
CPU Scheduling Simulatorweb notes
Processes in UNIXUSP Chapter 3
4UNIX I/OUSP Chapter 4
UNIX Files and DirectoriesUSP Chapter 5
UNIX Special FilesUSP 6.1 - 6.4
5The Token RingUSP 7.1 - 7.3
ThreadsUSP 12.1, 12.2, SGG Chapter 4
6Process SynchronizationSGG Chapter 6
7Process Synchronization (continued)
Semaphore Implementation 1web notes
Midterm Exam 1 
8POSIX mutex locksUSP 13.1, 13.2
POSIX unnamed semaphoresUSP 14.1 - 14.4
9MonitorsSGG 6.7
SignalsUSP 81. - 8.6, 9.4
10Network CommunicationUSP Chapter 18
11Disk Head SchedulingSGG 12.1 - 12.4
MemorySGG Chapter 8
12Virtual MemorySGG 9.1 - 9.4
Midterm Exam 2 
13Virtual MemorySGG 9.1-9.4
14Additional Topics
15Additional Topics and Review