- This is an Operating Systems Course Project where we were required to implement various process management alogirhtms, It's scheduler the processes that there exist in the system
This is a list of instructions to set up the project.
- GCC compiler installed
- Any unix based system
- Clone the repository
$ git clone https://github.com/asmaaadel0/Operating_System_Scheduler.git
- Right click on the folder and open it with the IDE
Running program
- build and run the project.
$ Makefile
- compile the project.
$ make
- run the project.
$ make run
- C Language
- First Come First Serve.
- Hightest Priority First.
- Round Robin.
Asmaa Adel |
Basma Elhoseny |
Eman Shahda |
Zeinab Moawad |