• Overview • Installation •
- Simulated two CPU scheduling algorithms - FIFO and SJF to determine the relative merits of each.
- Download the release
- Compile the .c file in terminal with the following command -
gcc schedulingAlgorithm.c -o schedulingAlgorithm
- Run the file with
./schedulingAlgorithm