CS 110 Arch/OS
Grading - Phils Grading
Introduction
All I am looking for here is a program that has:
-
A wrapper for shared memory, as simple as a number of functions or
as complicated as a class.
-
A wrapper for semaphores, as simple as a number of functions or as
complicated as a class.
-
A set of processes 'nicely' sharing memory. The printouts should
show what is going on.
I think you are really trying to see if they understand what they
are doing...
What are you to do?
-
Minus 5 points if they leave off required things,
e.g., time it took to do the project, buddy, etc.
-
Minus 5 points
if the description does not describe
the overall operation of the program,
i.e., who forks whom, etc.
-
Minus 5 points if the
listing
for
execution with
the default parameters (5, 6, 4, 3)
has problems.
-
Minuses up to 10 points for lousy program description,
-
Minus 3 points for being late.
Last modified Oct 8, 2001 by mike@cs.hmc.edu