Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 222 Bytes

Nachos

Implemented the following: shared memory interface demand paging system calls related to semaphores and conditional variables

And also evaluated various process scheduling algorithms like FIFO, Round Robin, etc.