Skip to content

A CPU scheduler which determines an order for the execution of its scheduled processes; it decides which process will run according to a certain data​ ​structure​ that keeps track of the processes in the system and their status

Notifications You must be signed in to change notification settings

DinaAdib/OS-Scheduler

Repository files navigation

-- headers.h contains clk functions, it should be included anywhere the clock functions are used
-- to get time call
    getClk();
--You can use make file to build and run your project
-To compile your project write on terminal
make
-To run your project write on terminal
make run
-if you added a file to your project add it to the build section in the Makefile
-always start the line with a tab in Makefile, it is its syntax

About

A CPU scheduler which determines an order for the execution of its scheduled processes; it decides which process will run according to a certain data​ ​structure​ that keeps track of the processes in the system and their status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •