Simulation of an OS scheduler in Java.
| src | ||
| .gitignore | ||
| BLLCHA013-Report.pdf | ||
| Makefile | ||
| README.md | ||
OS scheduler simulation
Please see the report for more details.
CSC3002F OS Assignment 2 README Channing Bellamy (BLLCHA013) 1 May 2024
This program requires Java. Tested using Java OpenJDK 21.0.2 on macOS 14.4.1 (x86_64).
In this directory: To compile, run "make". To run, run "make run", or simply run the class files in bin/ using Java.
Arguments: (100 by default) (0 by default, 0 = FCFS (first come first serve), 1 = SJF (shortest job first))