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 that execute at the same time and share 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 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
Building 200, Room 002
Instructor: John Ousterhout
Sections: See projects page
Contacting CAs: cs140ca@cs
Online discussions: Piazza
Midterm Exam: Wednesday, Feb. 13, 7:00-8:30 P.M.
Annenberg Auditorium, Art Building
Final Exam: Monday, March 18, 8:30-11:30 A.M.
Cubberley Auditorium

Useful Links

Recent Announcements

Course announcements will be posted on the Piazza Web site. Be sure to check there regularly to make sure you don't miss anything important.

Upcoming Lectures

Full lecture schedule... »

Upcoming Projects

All projects... »