/Operating_Systems

This Repository demonstrates fundamental operating system theory knowledge in python

Primary LanguagePythonMIT LicenseMIT

Operating Systems

This Repository demonstrates fundamental operating system theory knowledge in python

Uniprocessor Scheduling Simulator

To run:

  1. Download/setup your environment
  2. open inp.txt and edit the numbers to your convenience
  3. open main.py and run the program 1

This Repository has the folowing programs:

Program Description
Uniprocessor Scheduling Simulator This program simulates FCFS, SPN, and SRT Sceduling algorithms from input in text file

Footnotes

  1. You may have to install pandas & matplotlib to run. I recomend using venv to for an virtual environment and pip3 to install