Catalog Description

Fundamental principles of operating systems: process synchronization, deadlocks, memory management, resource allocation, scheduling, storage systems, and study of several operating systems. A major programming project will be required.

Basic Information

  • Course Title: Introduction to Operating Systems (CMPS 111)
  • Prerequisites: Algorithms and Abstract Data Structures (CMPS 101), and Comparative Programming Languages (CMPS 112), or Computer Architecture (CMPE 110).
  • Lectures: MWF 02:40 PM - 03:45 PM (Merrill Acad 102)
  • Instructor: Dr. Karim Sobh (ksobh@ucsc.edu)

Office Hours: 16:00 - 17:30 MTW (E2-255)
Extended Office Hours: 10:00 - 11:00 AM Thursday (E2-255)

  • TA: Aneesh Neelam (aneelam@ucsc.edu)

Office Hours: Tu 12:00 - 13:00, Wed 16:30-17:30 (E2-480)

  • Labs: (Kresge 317)

Mondays 16:30 - 17:30
Thursdays 15:30 - 16:30

 

Textbooks and References

The primary textbook is Modern Operating Systems, by Tanenbaum, make sure to get the 4th Edition (ISBN 013- 359162-X). It covers the main topics of uniprocessor operating systems in the early chapters, and then covers dis- tributed systems and other advanced topics in the later chapters. The second book, The Design and Implementation of the FreeBSD Operating System will be needed extensively for the assignments, and we will be referring to specific chapters that will need to read to be able to do the assignments.

  • Modern Operating Systems, 4th ed. , Tanenbaum & Bos (ISBN 0-13-359162-X)
  • The Design and Implementation of the FreeBSD Operating System, 2nd ed. , McKusick, et al.

 

Course Goals

 Students that take this course should learn the fundamental principles of operating systems. The course covers the various important aspects, characteristics, and design approaches of operating systems in general. The presented concepts will be complemented with examples from real modern operating systems such as FreeBSD.

The is not a theoretical course by any means and the student should be prepared to get his/her hands dirty as there will be a considerable amount of code writing involved. During the course students should learn how to read already existing operating systems code, reverse engineer it, and be able to hook it and add new or modified functionality to it. The assignment projects are designed to implement concepts and implementation details explained in class through amending and modifying the kernel code of the FreeBSD open source operating system.

Major Topics Covered

  • Operating system concepts and fundamentals.
  • Processes, thread, inter process communication, and scheduling.
  • Synchronization and deadlock.
  • Memory management.
  • I/O devices and interrupt handling.
  • File systems.
  • Multi-core systems.
  • Introduction to distributed operating systems.
  • Virtualization.
  • Protection and security (if time permits).