Silberschatz, Operating System Concepts, Wiley, 6th Edition
(Windows XP Update) ISBN 0-471-25060-0 |
This course covers the principles of operating systems. It emphasizes the basic concepts of OS kernel organization and structure, processes and threads, concurrency and synchronization, memory management, file systems, and communication. It is also a project course, providing essential experience in programming with concurrency, implementing and unmasking abstractions, working within an existing complex system, and collaborating with other students in a group effort.
The course is organized as a series of lectures by the instructor, discussion sections by the TAs, reading, homework, and project assignments, and exams:
Homeworks are due at the beginning of class on the day specified. We will reduce homework grades by 20% for each day that they are late (end of class is considered late). You must hand in a hardcopy of your homework; disagreements about the contents of emailed homeworks have caused too much grief in the past.
I encourage you to collaborate on the homeworks: You can learn a lot from your fellow students. However, there can be a fine line between collaboration and cheating. Collaboration consists of discussing problems with other students and independently writing your own answers to the problems based upon those discussions; as a rule of thumb, you should be able to discuss a homework problem in the library with others, go home, and then write up your answer to the problem on your own. Cheating consists of looking at other student's homeworks and copying the answers, looking at past homeworks and/or solutions from previous versions of the class, searching on the Web, etc. The consequences of cheating will correspond to the severity (e.g., failure of the assignment, failure of the course). Cheating causes many problems for all of us -- don't do it, and save us all the grief.
The academic honesty guidelines outlined by Charles Elkan for CSE 130 apply to this course.
The course has one tutorial project and three programming projects using the Nachos instructional operating system. You will work in groups of at most four on each of the projects.
Your grade for the course will be based on your performance on the homeworks, midterm and final exams, and the three projects using the following weights:
The following table outlines the schedule for the course. I will update it as the quarter progresses.
Date | Lecture | Readings | Homework | Project |
9/23 | Course Intro, OS Modules | Chapter 1, Appendix C (Nachos) |   |   |
9/28 | OS Architectural Support | Chapters 2, 3 | Homework 1: Out |   |
9/30 | Processes | Chapter 4 | Project 0: Out | |
10/5 | Threads | Chapter 5 | Homework 1: Due | Project 0: Due |
10/7 | Synchronization | Chapter 7.1-7.6 | Project 1: Out | |
10/12 | Semaphores and Monitors | Chapter 7.7-7.10 | Homework 2: Out | |
10/14 | Semaphores and Monitors Project 1 |
Chapter 7.7-7.10 | ||
10/19 | (No class) | |||
10/21 | Scheduling and Deadlock | Chapters 6, 8 | Project 1: Due | |
10/26 | Review | Homework 2: Due | ||
10/28 | Midterm Exam | |||
11/2 | Memory Management | Chapter 9 | Project 2: Out | |
11/4 | Paging | Chapter 10 | Homework 3: Out | |
11/9 | Page Replacement | Chapter 10 | ||
11/11 | Veteran's Day Holiday | |||
11/16 | File Systems | Chapters 11, 12, 18 | Homework 3: Due | |
11/18 | FFS, LFS, and RAID | Chapter 12.8, 14.5 | ||
11/22 | (Monday) | Project 2: Due | ||
11/23 | RPC, NFS | Chapter 12.9 | Homework 4: Out | Project 3: Out |
11/25 | Thanksgiving Holiday | Butterball |   |   |
11/30 | Internet Epidemiology | |||
12/2 | Course Summary, Final Review | Homework 4: Due | ||
12/6 | (Monday) | Project 3: Due | ||
12/9 | Final Exam (11:30am-2:30pm) |   |   |   |
D. M. Ritchie and K. Thompson, "The UNIX Time-Sharing System," The Bell System Technical Journal, Vol. 57, No. 6, July-August 1978, pp. 1905-1929.
C. A. R. Hoare, "Monitors: An Operating System Structuring Concept," Communications of the ACM, Vol. 17, No. 10, October, 1974, pp. 549-557.
Andrew D. Birrell, An Introduction to Programming with Threads, DEC SRC Research Report 35, January 6, 1989.