Skip to content

A visualization of the multilevel feedback queue scheduling algorithm

License

Notifications You must be signed in to change notification settings

amalheiros/mlfq-viz

 
 

Repository files navigation

MLFQ Visualization

An interactive visualization tool for teaches operating systems students the Multilevel feeback queue scheduling algorithm

Build instructions

to build cd into the mlfq-viz directory and type:

$ npm install

create a file called .env and in the file specify a port like this PORT=SOMENUMBER:

eg, PORT=4000

then to run a development server type:

$ npm run start

then type localhost:PORT to see it!

you can also run it by install webpack globaly:

$ npm install webpack -g

then while in the mlfq-vix running:

$ webpack -w

and in another window run:

$ node server

Some of our images are set to load only when servering it in the build folder. the arrows primarily.

About

A visualization of the multilevel feedback queue scheduling algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • TypeScript 10.7%
  • CSS 4.6%
  • HTML 0.3%