Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 458 Bytes

Readme.md

File metadata and controls

11 lines (8 loc) · 458 Bytes

NACHOS

CS330: Operating System (Assignments)

Assignment-1

Basic System Calls implementation: GetReg, GetPA, GetPID, GetPPID, GetNumInstr, Time, Yield, Sleep, Exec, Exit, Fork, Join

Assignment-2

Process Sceduling Algorithms: Non-preemptive Shortest Job First (SJF), Preemptive Round Robin, Preemptive UNIX Scheduler

Assignment-3

Shared Memory, Demand Paging and Page Replacement Algorithms- Random, FIFO, LRU, LRU-Clock