Course Description

This class introduces the basic facilities provided in modern operating systems. The course divides into three major sections. The first part of the course discusses concurrency: how to manage multiple tasks executing at the same time and sharing resources. Topics in this section include processes and threads, context switching, synchronization, scheduling, and deadlock. The second part of the course addresses the problem of physical memory management; it will cover topics such as linking, dynamic memory allocation, dynamic address translation, virtual memory, and demand paging. The third major part of the course concerns file systems, including topics such as storage devices, disk management and scheduling, directories, protection, and crash recovery. After these three major topics, the class will conclude with a few smaller topics such as virtual machines.

The class work consists of one problem set and a series of four programming projects based on the Pintos kernel. You will learn a lot from these projects, but be prepared to spend a significant amount of time working on them.

Basic Information

Lectures: MWF 1:15-2:05
NVIDIA Auditorium, Huang Center
Instructor: John Ousterhout
Sections: Tuesdays 4:15-5:05 (Bldg 200 Rm 305)
Fridays 10:00-10:50 (Gates B03)
Contacting TAs: cs140ta@cs
Online discussions: Piazza
Midterm Exam: Thursday, Feb. 16, 7:30-9:00pm
Cemex Auditorium, Knight Mgmt Center
Final Exam: Friday, Mar. 23, 8:30-11:30am
NVIDIA Auditorium and Huang 18

Useful Links

Recent Announcements

No recent announcements

All announcements... »

Upcoming Lectures

Full lecture schedule... »

Upcoming Projects

All projects... »