CS330: Operating System (Assignments)
Basic System Calls implementation: GetReg, GetPA, GetPID, GetPPID, GetNumInstr, Time, Yield, Sleep, Exec, Exit, Fork, Join
Process Sceduling Algorithms: Non-preemptive Shortest Job First (SJF), Preemptive Round Robin, Preemptive UNIX Scheduler
Shared Memory, Demand Paging and Page Replacement Algorithms- Random, FIFO, LRU, LRU-Clock