CS 1550: Introduction to Operating Systems
Spring 2006

Daniel Mosse

Computer Science Department
University of Pittsburgh


NEWS:

  • As I am currently helping a friend with fire recovery, Thursday office hours are cancelled. Instead I will hold a help session on Saturday from 12-4. As mentioned previously, tomorrow's office hours will be from 10-1:30. Come to my office (6512). If I can get a bigger room, I'll hang a sign on my door letting you all know where we are.

  • office hours friday will be shifted forward (and longer) so that we might all attend the SWIC luau (2-4). My office hours will be 10:00 am - 1:30 pm.

  • a preview of Assignment 5, the NachOS Filesystem, is posted under the assignments page. Soon we will finalize the extended requirements for group work and announce this. You should start thinking about how to accomplish the 3 basic requirements, however, as these will apply to everyone.

  • the old SALSA tutorial link is broken. A new link, http://www.mcs.vuw.ac.nz/courses/COMP305/2006T1/Nachos/Salsa/ works for the time being.

Tentative Course Schedule

Class:

MW 4:30-5:45pm, SENSQ 5129
Instructor: Prof. Daniel Mosse (mosse@cs.pitt.edu)
Office Hours: 6423 SENSQ, MW from 11:00-12:00 and 3:00-4:30pm (or by appointment)
Recitation: M or W 6:00pm-6:50pm, SENSQ 6110

TA: James Larkby-Lahet (jamesLL@cs.pitt.edu),
Office Hours: T 12:00-2:00pm, H 5:30-6:30pm, F 2:00-4:00pm
Office: 6512 SENSQ

Required Text: Modern Operating Systems, Tanenbaum, 2nd edition, ISBN: 0130313580

Mailing List Announcement
A class mailing list will be compiled, and will be used for important announcements. It is VERY important that you be included in this list. It is therefore your responsibility to e-mail the TA and request to be included on the CS1550 class mailing list.


Course Objectives
The purpose of this course is to understand and use the basic concepts of operating systems, common to most computer systems, which interfaces the machine with the programmer. In particular, this class is meant to introduce processes such as the processing unit, process management, synchronization, memory management and I/O management.

The successful student will be able to understand the basic components of a computer operating system, and the interactions among the various components. The course will cover an introduction on the policies for scheduling, deadlocks, memory management, synchronization, and file systems. The students will implement solutions via C/C++ programs, and through NACHOS (Check out the SALSA tutorial).


Grading

  • 30% Midterm exam
  • 30% 2nd Midterm exam
  • 30% Programming projects. The projects have an estimated 10 hours per week for a good programmer.
  • There will be assignemnts and pop quizzes throughout the term. These will be worth 10% of your final grade.
  • An additional 5% bonus is possible based on class participation.
     
  • Note: You must average above 50% on the programming assignments and on the exams in order to pass the class. Lower than 50% on either portion of the class will result in a failing grade regardless of the overall score.


    Programming Assignments

    The programming assignments are an important component of the course. If all goes as planned, you will be implementing several components of an operating system kernel running atop a simulated DLX processor. While it would be ideal to work on an actual operating system, circumstances make that impractical (and an operating system, unlike a compiler, really is too complex to write our own from scratch).

    We will be using NachOS, and C/C++. Check out the SALSA tutorial.

    The programming assignments will be evaluated on several factors:
  • Documentation: your code must be well-commented and must include a design document describing your solution.
  • Correctness: your code must do what it is supposed to do.
  • Structure: your code should be broken into natural functions and modules.
  • Style: your code should be easy to read, well indented, well commented, and use clear, self-explanatory variable and function names.
  • Your grade for each assignment will be based on your design (40%) and your code (60%). Good design and documentation are absolutely crucial for this class because of the difficulty of the concepts.

    Due dates and lateness:

  • Late work will be accepted up to a week late, at a penalty of 10% per day.
  • Graded work will be returned as soon as possible, usually within one week.
     

  • Attendance

    Class attendance is mandatory. Homeworks, assignments, and important dates will be posted on the class web page, but this is provided as a courtesy and is not always complete. It is your fault if you miss something important because you skipped class.

    Recitation attendance is also required. You will miss important material on the programming assignments if you do not attend.

    Office hours are optional. They are your chance to ask the professor and the TAs questions about the material being covered, the programming assignments, etc.


    Academic Honesty: Collaboration vs. Cheating

    This really should not be an issue, but to make things as clear as possible the following is necessary.

    You are encouraged to discuss the course material and concepts with other students in the class. However, all work that you submit must be your own. Under no circumstances may you look at anyone else's code or show anyone else your code. And while you may discuss the concepts used in the programming assignments, you may not discuss implementation details of the assignments themselves.

    If you are caught copying or otherwise turning in work that is not solely your own, you will fail the course.

    The bottom line is that you are expected to conduct yourself as a person of integrity - you are expected to adhere to the highest standards of academic integrity. This means that plagiarism1 in any form is completely unacceptable. As a (soon to be) computing professional, I encourage you to consult the code of ethics appropriate to your discipline2.

    Plagiarism will be assumed until disproved on work that is essentially the same as that of other students. This includes identically incorrect, off-the-wall, and highly unusual duplicate answers where the probability of a sheer coincidence is extremely unlikely. All parties to this unacceptable collaboration will receive the same treatment.

    You should bring a picture identification with you to all examinations and be prepared to show it upon request.

    If you are unsure of what is and is not allowed by this policy, talk to the instructor.

    1 pla-gia-rize vt. to steal and pass of as one's own (the ideas or words of another) to present as one's own an idea or product derived from an existing source - pla-gia-riz-ern. (source: Webster's New World Dictionary).
    2 The Association for Computing Machinery is http://www.acm.org/, the IEEE is http://www.ieee.org/ and the IEEE Computer Society is http://www.computer.org/.


    Getting Answers to your Questions

  • Attend class and recitations
  • Check the class web page frequently - we will post as much information as we can
  • Meet with the professor and TAs during office hours
  • Email the professor and TAs

  • Class Schedule

  • The class schedule is put up here.
  • The schedule is likely to change, so keep checking regularly.

  • These web pages were built using material kindly provided by Prof. Scott A. Brandt