Skip to content

Program to simulate six I/O scheduling algorithms including FCFS, SSTF, SCAN, C-SCAN, LOOK, C-LOOK

Notifications You must be signed in to change notification settings

kasu1601/scheduling-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

The objective of this programme is to simulate disk scheduling algorithms and utilize multi-threading concept to run the schedulers concurrently.

- Run make
- Then ./simulator in the terminal to start the program, type QUIT to exit the program.

NOTE - input and input1 are two data samples.

About

Program to simulate six I/O scheduling algorithms including FCFS, SSTF, SCAN, C-SCAN, LOOK, C-LOOK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published