KareemElozeiri / Process-Scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process-Scheduler

A CPU scheduler 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.

Authors

  • Kareem Elozeiri
  • Mohamed Ayman
  • Moustafa Ashmawy
  • Mohamed Ezzat

generating a file & building

make all
./test_generator.out

running

make run

About


Languages

Language:C 98.9%Language:Makefile 1.1%