Skip to content

Yahya-Ashraf-Mohamed/OS_Scheduler

Repository files navigation

Process-Scheduler

This project is a CPU scheduler which used the following scheduling algorithms using C.

  1. Preemptive Highest Priority First (PHPF). [Still Progressing]
  2. Shortest Remaining time Next (SRTN). [Still Progressing]
  3. Short Job First (SJF). [Still Progressing]
  4. Round Robin (RR).

Authors

  • Yahya Mohamed
  • Mariam Moktar
  • Muhammed Essam
  • Yassmen Abosaif

generating the files & building

make all
./test_generator.out

running

make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published