Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 2.39 KB

README.md

File metadata and controls

96 lines (66 loc) · 2.39 KB

📝 Table of Contents

About

  • 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

Getting Started

This is a list of instructions to set up the project.

Prerequisite

  1. GCC compiler installed
  2. Any unix based system

Installation

  1. Clone the repository
$ git clone https://github.com/asmaaadel0/Operating_System_Scheduler.git
  1. Right click on the folder and open it with the IDE

Running

Running program

  1. build and run the project.
$ Makefile
  1. compile the project.
$ make
  1. run the project.
$ make run

Built Using

  • C Language

Algorithms for scheduling:

  • First Come First Serve.
  • Hightest Priority First.
  • Round Robin.

Contributors

Asmaa Adel
Asmaa Adel
Basma Elhoseny
Basma Elhoseny
Eman Ali
Eman Shahda
Zeinab moawad
Zeinab Moawad