Simulation of an OS scheduler in Java.
Find a file
2026-01-11 15:47:13 +02:00
src Add additional metrics tracking 2024-05-01 18:56:33 +02:00
.gitignore include report 2026-01-11 15:47:13 +02:00
BLLCHA013-Report.pdf include report 2026-01-11 15:47:13 +02:00
Makefile Implement Makefile 2024-05-01 20:24:58 +02:00
README.md update README 2026-01-11 15:46:19 +02:00

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))