Skip to content

This repository contains my term assignment of OS. The purpose of this project is to understand and get hands-on practice of the CPU scheduling algorithms.

License

Notifications You must be signed in to change notification settings

ShubhRanpara/CPU-Scheduler

Repository files navigation

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.

About

This repository contains my term assignment of OS. The purpose of this project is to understand and get hands-on practice of the CPU scheduling algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages