This is my menu-driven term assignment for OS written in C. This project aims to understand and get hands-on practice with the CPU scheduling algorithms.
-
Clone the repository files.
-
Then compile and run the "CPU_SCHEDULING_ALGORITHMS.c" file.
-
Create input text file that contains the details of processes.
-
Then enter the input file name and desired output file name to the running application.
-
Check the output for correctness.
-
This project was very useful to understand how the CPU works on the OS to manage and handle the incoming processes.