CS23000/33000 : Operating Systems (Winter 2005)

Instructor

Name: David Beazley
Office : Hinds 032
Phone : (773) 702-9111
email : beazley@cs.uchicago.edu
Office hours: After class or by appointment.

Teaching Assistants

Class Information

Overview

In this final installment of operating systems, we will cover concepts central to the design and implementation of modern operating systems. Topics include but are not limited to processes, threads, memory management, file systems, interprocess communication, I/O systems, scheduling, synchronization, and security. A secondary objective of this course is to give you some experience working on a substantial software project.

Prerequisites

Textbooks

Required We will cover at least the first four parts of the Silberschatz book (chapters 1-14).

Recommended

The following books are not required, but you may want to get them if you are unsure about your preparation for this class.

Grading Structure

Grading Scale

Class Accounts

To access the class machines, you will first need to obtain a CS account. Please go to http://www.cs.uchicago.edu/info/services to obtain an account. A dedicated Sun Solaris machine (schlitz.cs.uchicago.edu) is used for most of the work in this class. This machine is only available to students in operating systems and is intended to provide an environment in which you can experiment without receiving the wrath of annoyed system administrators. Access the machine using 'ssh' from any of the department machines.

A few words about the projects

Operating systems is a very demanding course that requires a significant amount of programming. Most of your grade in this course is determined by class projects. Everything you might have heard about the project is probably true. Therefore, even though I will not be assigning daily busywork, you should plan on spending a considerable amount of time working on the projects. Also, be advised that you will not pass the class unless you receive a passing grade on the projects.

With this said, here are few things to keep in mind:

Programming languages

The only programming languages that will be used in this course are ANSI C and SPARC assembly language. Although C++ could probably be used, most people don't understand it well enough to use it in this class without blowing their whole leg off. Therefore, it may not be used. Consider getting the book "The C Programming Language" by Kernighan and Ritchie if you don't have it already.

Academic Dishonesty

You are encouraged to interact with your classmates and to discuss various design aspects of the projects and assignments. However, the work you hand in must be your own. Blatant copying or sharing of solutions or source code will result in an F in the course and referral to the college administration. Also, be advised that the operating system project changes from year-to-year. Therefore, past "solutions" to the project are of questionable utility.

Where to go for help

Do not hesistate to see me or the TAs if you have any problems or concerns. Our goal is to make sure that you succeed in this class.