CS 3733 Operating Systems, Spring 2006 Assignment 1 Comments
- This assignment was graded on the basis of 30 points.
- Part 0 was worth 10 points.
- Part 1 was worth 5 points.
- Part 2 was worth 15 points.
- Staple the assignment in the upper left corner, not the right corner.
- Print your assignment using a fixed point type such as Courier, not a
proportional type font.
- Do not ignore lint warning that are not on the list of warnings you can
ignore.
- A lint warning in the form "implicitly declared to return int"
usually means a missing include.
- When you are asked to write a test program, don't just do one test.
You should include at least one test in which all were successful and one
in which there were multiple failures.
- Source lines should be at most 80 characters in length and must fit on one
line when printed.
- You must use macros to test the return status from wait or waitpid.
- You should first create all of the children and then wait for all of them.