Skip to content

RobelDev/OS-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS-Simulator

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.

  1. First Come First Serve Non-preemptive :- FCFS-N
  2. First Come First Serve preemptive :- FCFS-P
  3. Shortest Job First Non-preemptive :- SJF-N
  4. Shortest Remaining Time First Premptive :- SRTF-P
  5. Round Robin Preemptive RR-P

Taught by Professor: Dr. Michael Leverington

About

Operating System Simulator in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages