This Repository demonstrates fundamental operating system theory knowledge in python
- Download/setup your environment
- open
inp.txt
and edit the numbers to your convenience - open
main.py
and run the program 1
Program | Description |
---|---|
Uniprocessor Scheduling Simulator | This program simulates FCFS, SPN, and SRT Sceduling algorithms from input in text file |
Footnotes
-
You may have to install
pandas
&matplotlib
to run. I recomend usingvenv
to for an virtual environment and pip3 to install ↩