67808 – Operating Systems Course
Spring 2009

Exercises and Grading Policy

You are encouraged to work and submit exercises in pairs. You must submit all the 5 exercises.

Grading Policy:

Home Assignments – 40%
Course exam – 60%

Communications

Communications relating to this course will use the OS Course Forums.

The official forums.

In order to make TA/lecturer - student communication reliable and efficient, please comply to the following rules:

Late Submission Policy

1 day: 3 points penalty.

2 days: 10 points penalty.

3 days: 25 points penalty.

4 days: 100 points penalty.

Individual Work Policy

Students in this course are allowed (and encouraged!) to submit homework assignments in PAIRS. At the same time, each pair must work on its own!

How to Submit

Exercises are to be submitted electronically. For each project create a tar file called ex#.tar (i.e. ex1.tar). Submit it using the course admin system that can be reached from the administrative page. Any mistake in creating the tar, adding unneeded files, missing files (like README), README with wrong format, doing jar instead tar, lower/upper case mistakes etc. will result in 5 points penalty since these mistakes will cause the automatic tests to fail. Use the following command line in order to create the tar file:

tar –cvf ex#.tar *.hh *.cpp README Makefile

README submission

The README file should include the following details, in the following order, each in a separate line:

Use the sample README as template. Do not change its structure. Any mistake in creating the README will cost 5 points penalty, since your are failing automatic testing, That includes the names and logins of BOTH students for those who submit in a pair.

Compiling

All exercise must be written in C/C++ programming language including STL. You are required to use the -Wall flag to handle all warnings. No warning should appear when compiling using -Wall. For example:

> g++ -Wall program.c –o program

For more information read the manual for g++ (or gcc).

Appeals

The course's exercise grades are automatically given additional 3 points (Note though that an excercise grade cannot exceed 100). A student can appeal only on a dismissal of more than 3 points. Submitting an appeal will definitely lose these 3 points, furthermore submitting an appeal means the exercise will be re-evaluated. This means your grade may also drop!

A student that still wishes to submit an appeal must write the appeal within one week after the graded homework was returned. Appeals have to be submitted to the os email, using the following format. an appeal that will not comply with this format will be automatically deleted!