Skip to content

2channelkrt/CPU-scheduler

Repository files navigation

CPU-Scheduler

CPU scheduler visualizer on visual studio with allegro

How To Use

  1. Configure CUSTOMVALUE.h and run!

custom values

alt_text

  • IOMAXSIZE : maximum number of I/O operation for given task
  • IOMAXTIME : maximum time of each I/O operation for given task
  • MAXCPUTIME : maximum CPU time for given task
  • TIMEQUANTUM : time quantum for RR(Round Robin) scheduling algorithm.

Result Example

alt text

Notice

Last time I checked, this runs only if run under Microsoft Visual Studio. Probably static library linking problem, but my priority is low for this issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages