Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Yagiz94/OS-Disk-Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

OS-Disk-Scheduling

Disk Scheduling

-> The diskschedule.c file compiles when you compile the makefile.

-> When the user enters ./diskschedule the program gives output as:

FCFS :   ......
SSTF :   ......
SCAN :   .....
CSCAN :  ....
LOOK :   .....
CLOOK :   ......

Example: ./diskschedule 1200 command gives output as:

FCFS : 1615853
SSTF : 8768
SCAN : 8764
CSCAN : 9996
LOOK : 8762
CLOOK : 9926

-> The requests are generated randomly if the user does not give any input file. If the input file is given the requests are generated according to the data inside inputfile.

Participant: Yagiz Gani

About

Disk Scheduling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published