CSC 4103 Operating Systems

Spring Semester 2025
Live lectures in 1200 Patrick Taylor Hall, Mon/Wed 5:00pm-6:20pm CT


CSC4103 Operating Systems introduces the basic facilities provided by 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 a series of up to four individual programming assignments honing your general programming skills and up to three group projects that are based on the PintOS kernel. You will learn a lot from these, but be prepared to spend a significant amount of time working on them.

For more information see: