CSE 451, Introduction to Operating Systems, Spring 2012

Course Overview

Text
Email
Discussion board
Grades
Exams
Homework
Projects
Policies

Text

This quarter we are taking a risk: We are using a still-being-written textbook, Operating Systems: Principles and Practice, Version 0.3 0.31 0.32.
Why? Because the textbook that we have traditionally used costs $123.99 and is a piece of crap. UW CSE professor Tom Anderson, his Ph.D. alumnus Mike Dahlin (now at UT Austin), and several collaborators are producing a new open-source textbook. We and others are "test driving" it. I guarantee you that, despite whatever glitches we may encounter, this text will provide a vastly better learning experience than the alternative, as well as leaving you with $123.99 in beer money.
Important: The text is quite sophisticated. You won't get it all on the first pass. The right approach is to re-read each chapter once we've covered the corresponding material in class; more of it will make sense then. Don't save this re-reading until right before the mid-term or final - keep up with understanding the material!
The course discussion board has a section for comments, errata, etc., regarding the text.

back to top     


Email

The vast majority of administrative information regarding this course (reading assignments, homework assignments, project assignments, helpful hints, etc.) will be communicated via the class email list. Be sure to check your CSE 451 email at least daily!

back to top     


Discussion board

There's a class discussion board, with separate threads for various topics. Please try to use the appropriate thread! Check the discussion board daily!

back to top     


Grades

We reserve the right to change this, but grades will be assigned roughly as follows:
  • Projects: 40%
  • Midterm: 20%
  • Final: 30%
  • Participation: 10%

back to top     


Exams

There will be one midterm exam and a final exam for this course -- both are closed book, closed notes:
  • Midterm: Friday April 27th Monday April 30, in class
  • Final: Wednesday June 6th, 2:30-4:20

back to top    


Homework

  • Reading: You will be given reading assignments associated with lecture and section. You should finish the reading before coming to class - we'll assume you've done this reading, and the lectures will enhance the material, rather than regurgitating it.

  • Textbook-style questions: In past years, we have assigned dippy textbook exercises to encourage students to keep up with the reading. Students hated doing these almost as much as TA's hated grading them. So, in response to popular demand, they have been nuked. (The work-in-progress text that we will be using does contain some very well conceived exercises. You should look at these on your own, and ask questions in class or section about them. We may also suggest some specific exercises for your attention, but will not collect and grade solutions.)

back to top    


Projects

As you've probably guessed from the allocation of grades, programming projects will be a major portion of this class. This quarter, we will be hacking the Linux kernel in various ways; our goal is for you to "get your hands dirty" with the guts of a real operating system.
The projects will be done in 3-person teams. You'll need to form teams during the first week of class.
You will need to be comfortable programming in C. (If you know C++, then you basically already know C.) If you're not already well-versed in C programming, you will need to teach yourself, and do so in a hurry. The standard reference is The C Programming Language, Brian W. Kernighan and Dennis M. Ritchie.

back to top    


Policies