Grading Criteria for Project0

Criterion points
Unpack and compile correctly and we can see that you've made a good effort at the project 20
Limiting number of processes correctly 30
Limiting number of system calls correctly 30
Testing spawn.exe P (where P is the number of times to spawn null.exe) 20
   
Total 100

How are we going to test your code?

1. Unpack your code and compile it.

2- Test spawn.exe

3- Replace the submitted Makefile with a new one + two or more user-level programs that we are going to use for testing.

4- Recompile the code.

5- Test your code again using our test cases.