Skip to content

Roshdy23/OS-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

Platform:

Linux Badge C

OS Scheduler:

A CPU scheduler determines an order for the execution of its scheduled processes with memory allocation capabilities.
It decides which process will run according to a certain data structure that keeps track of the processes in the system and their status.

to use this project follow the below instructions:-

1- Clone this repo

2- Go to the project folder and write this command in terminal to compile the code

make

3- And then write this command

make run 

About

A CPU scheduler determines an order for the execution of its scheduled processes with memory allocation capabilities and GUI, Platform : Linux , Language : C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors