Skip to content

This was a school project where we add to simulate different OS scheduling algorithms.

Notifications You must be signed in to change notification settings

jordanperrin/OS-Scheduler_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

OS-Scheduler_Project

This was a school project where we add to simulate different OS scheduling algorithms. The scheduler algorithms implemented in this assignment include: first come firs serve, shortest job first, and multi-level feedback queue. The program outputs the current state of the ready list, IO queue, if current process execution is finish and then a table which shows response time, turnaround time, wait time for each CPU process, and then will display total runtime, average wait time, average turnaround, average response, and total CPU utilization. Note: this is a simulator meant to mimic process control block of an OS, not an actual PCB.

About

This was a school project where we add to simulate different OS scheduling algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages