Skip to content

An implementation of algorithms used by the OS which makes up a program that simulates how an OS handles processes.

Notifications You must be signed in to change notification settings

TarekCodes/StudentOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StudentOS

An implementation of algorithms used by the OS which makes up a program that simulates how an OS handles processes, written in C++. The OS gets fed hundreds of the jobs through an external .obj file, each with different behavior and characteristics. The OS then uses all the implemented algorithms to process these jobs as effeciantly as possible with the goal of having the lowest dilation possible.

Features

  • Implements CPU scheduling algorithms which include Long Term and Short Term scheduling
  • Implements memory management in the form of Variable partions that jobs get placed in
  • Implements an IO scheduling algorithm
  • Includes an algorithm to free memory when it's full and schedule other processes
  • Handles all requests that a process might ask for like IO, getting blocked until IO is done etc..

About

An implementation of algorithms used by the OS which makes up a program that simulates how an OS handles processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages