CSE 134: Operating Systems (Spring, 2014)
Home | Syllabus | Schedule | Exams | OS161/Projects
Programming assignments
Assignment 1
Become familiar with OS 161. Instructions here.
Assignment 2
Implement synchronization primitives and solve synchronization problem.
Instructions here.
Assignment 3
Design and implement io-related (open, read, write, etc.) and process-related (fork, _exit, waitpid, etc.) system calls.
Instructions here.
Assignment 4
Design and implement Virtual Memory.
Instructions here.