Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 661 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 661 Bytes

CPU-Scheduler

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.

Follow the below instructions to run the application

Installation

  1. Clone the repository files.

  2. Then compile and run the "CPU_SCHEDULING_ALGORITHMS.c" file.

  3. Create input text file that contains the details of processes.

  4. Then enter the input file name and desired output file name to the running application.

  5. Check the output for correctness.

  6. This project was very useful to understand how the CPU works on the OS to manage and handle the incoming processes.