Operating System Simulator in C
4 Projects Done. Spring 2020.[Jan - May 2020] This is class CS480 Northern Arizona University Operating Systems Simulator Project .
Focuessed on Preemptive and non-preemptive scheduling algorithm, Threads, process, ...
Scheduling Algorithms included.
- First Come First Serve Non-preemptive :- FCFS-N
- First Come First Serve preemptive :- FCFS-P
- Shortest Job First Non-preemptive :- SJF-N
- Shortest Remaining Time First Premptive :- SRTF-P
- Round Robin Preemptive RR-P
Taught by Professor: Dr. Michael Leverington