Skip to content

MahmoudSamy1452/Operating-Systems-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Operating-Systems-Project

Project Description

This project is a simulation for a scheduler in an operating system using the Buddy system as a memory management technique. There are three scheduling algorithms that you can choose from:

  1. HPF (Highest Priority First)
  2. RR (Round Robin) with a quanta of your own choice
  3. SRTN (Shortest Remaining Time Next)
Demo.mp4

How to run

Clone the repo or download the code and then build the project by running the command make build in the terminal. Run the project using the command make os and then choose the scheduling algorithm you want to run.

Project Document

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Makefile 0.2%