Skip to content

jake-hansen/Disk-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Disk Simulation Program

This program is homework assignment #3 for CSCI 4500.

Usage

disk-simulation.jar [algorithm] [queue depth] [file]

Allowed Parameters

Algorithm: SSTF, CSCAN, SCAN, FIFO

Queue Depth: Any integer

File: Abosolute path to file. Each line in the file must be a cylinder request represented by an integer.

Examples

disk-simulation.jar sstf 10 /Users/me/Desktop/requests.txt

Starts a new simulation using the SSTF algorithm with a queue depth of 10 using the requests.txt file.

About

This program is homework assignment #3 for CSCI 4500.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages