![]() |
Anderson and Dahlin, Operating Systems: Principles and Practice, 2nd Edition (2014)
Recursive Books, ISBN 978-0985673529 |
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. (Plus, it takes far too long to print hundreds of homeworks...)
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.
Discussion sections answer questions about the lectures, homeworks, projects, and programming environment. They may also supplement the lectures with additional material.
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. We will update it as the quarter progresses.
Date | Lecture | Readings | Homework | Project |
10/2 | Course Intro | Chapter 1, Nachos | ||
10/7 | OS Architectural Support | Chapter 2 | Homework 1: Out | Project 0: Out |
10/9 | Processes | Chapter 3 | ||
10/14 | Threads | Chapter 4 | Homework 1: Due | Project 0: Due Project 1: Out |
10/16 | Synchronization | Chapter 5.1–5.3, 5.7 | Homework 2: Out | |
10/21 | Semaphores and Monitors | Chapter 5.4–5.6 | ||
10/23 | Semaphores and Monitors, Project 1 | Chapter 5.4–5.6 | ||
10/28 | Scheduling and Deadlock | Chapter 6.5, 7.1, 7.6, 7.7 | ||
10/30 | Review | Homework 2: Due | ||
10/31 | (Halloween Friday) | Project 1: Due | ||
11/4 | Midterm Exam | |||
11/6 | Memory Management | Chapter 8 | Project 2: Out | |
11/11 | Veteran's Day Holiday | |||
11/13 | Paging | Chapter 8, 9.6 | Homework 3: Out | |
11/18 | Paging (cont'd) | Chapter 8, 9.6 | ||
11/20 | Page Replacement | Chapter 9.1–9.5, 9.7 | ||
11/25 | File Systems | Chapters 11, 13 | ||
11/27 | Thanksgiving Holiday | Thanksgiving | Food. Lots of it. | Sleep. Lots of it. |
12/1 | (Monday) | Project 2: Due | ||
12/2 | Virtual Machine Monitors | Chapter 2.10, 10.2 | Homework 3: Due Homework 4: Out |
Project 3: Out |
12/4 | (No lecture, work on project) | |||
12/9 | Internet Scams | |||
12/11 | Course Summary, Final Review | Homework 4: Due | ||
12/13 | (Saturday) | Project 3: Due | ||
12/16 | Final Exam: 8:00am – 10:59am |
E. W. Dijkstra, The Structure of the 'THE'-Multiprogramming System, Communications of the ACM, Vol. 11, No. 5, May 1968, pp. 341-346.
(Additional historical background on semaphores in Wikipedia)
D. M. Ritchie and K. Thompson, The UNIX Time-Sharing System, Communications of the ACM, Vol. 17, No. 7, July 1974, pp. 365-375.
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.
Blaise Barney, POSIX Threads Programming, Lawrence Livermore National Laboratory.