Assignment 1: Grading Sheet

 

Please fill the fields marked “filled by student”. For each system call, specify which test program exercises it and whether the program checks an error condition associated with the system call.

 

Test Program Name (filled by student)

System calls tested

Error cases tested (filled by student)

Grading comments (filled by instructor)

 

create()

 

 

 

kill()

 

 

 

resume()

 

 

 

suspend()

 

 

 

prprint()

 

 

 

Test Program Description

 

Briefly describe what each test program does (e.g. multiples two matrices). Give the sample output you will demonstrate.  Explain how the output tests the system calls used in it. Attach the full code of the program.