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

Hardware: disk seek time intended to be per-track #25

Closed
branlwyd opened this issue Dec 23, 2012 · 1 comment
Closed

Hardware: disk seek time intended to be per-track #25

branlwyd opened this issue Dec 23, 2012 · 1 comment
Assignees
Labels

Comments

@branlwyd
Copy link
Owner

Disk seek time is intended to be per-track. However it's currently either 0 (if the requested data is on the same track) or the seek time of a single track (if the data isn't on the same track).

The seek time should be proportional to the number of tracks between the last read and the current one.

Per the specification:

Track seeking time is about 2.4 ms per track.

@ghost ghost assigned branlwyd Dec 23, 2012
@branlwyd
Copy link
Owner Author

This fix was included among the general hardware scheduled-wait refactoring in e204532.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant