Skip to content

An implementation of various process scheduling algorithms

Notifications You must be signed in to change notification settings

Baibhav2000/ProcessScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An implementation of some process scheduling algorithms

Instructions

Configuration

Before running the application, you need to create .env file at the root of the project directory. For example, it can be done in Linux as shown below:

touch .env

In the .env file paste the following

TIME_QUANTUM=<time-quantum>

Change the value of 'time-quantum' as you wish

Execution

To build the executable, run the command

make

To run the executable, run the command

make run

To clean the executable and the object files, run the command

make clean

About

An implementation of various process scheduling algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published