Mostafa-wael / SymphonyOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SymphonyOS

image

OS simulation for the scheduler and memory mangamnet.

Five scheduling algorithms:

  1. First Come First Serve (FCFS)
  2. Shortest Job First (SJF)
  3. Preemptive Highest Priority First (HPF)
  4. Shortest Remaining Time Next (SRTN)
  5. Round Robin (RR)

Four memory allocation policies:

  1. First Fit
  2. Next Fit
  3. Best Fit
  4. Buddy System Allocation

About

License:GNU General Public License v3.0


Languages

Language:C 98.9%Language:Makefile 1.1%