Skip to content

In this project we will implement different scheduling algorithms studied in class: FCFS, RR, SJF, SRTF; and in the last part of the real-time scheduling algorithms: EDF and RM. Source :

Notifications You must be signed in to change notification settings

RidaLr/SchedulerMP2

Repository files navigation

Mini Project Scheduler

In this project we will implement different scheduling algorithms studied in class: FCFS, RR, SJF, SRTF; and in the last part of the real-time scheduling algorithms: EDF and RM.

Requirements :

  • LaTeX : $ sudo apt-get install --no-install-recommends texlive-fonts-recommended texlive-latex-base texlive-generic-recommended texlive-pstricks texlive-latex-extra texlive-lang-french.

  • Language C IDE (Visual Studio Code, CodeBlocks ...)

  • Linux distribution (Ubuntu ...)

Compile :

  • make simulate_{fcfs, sjf, srtf, rr} : to simulate a scheduler.
  • make rapport : to generate a report from LaTex file.

About

In this project we will implement different scheduling algorithms studied in class: FCFS, RR, SJF, SRTF; and in the last part of the real-time scheduling algorithms: EDF and RM. Source :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published