Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE: Read multiple sectors when possible #54

Open
SamuelYvon opened this issue Aug 20, 2019 · 1 comment
Open

IDE: Read multiple sectors when possible #54

SamuelYvon opened this issue Aug 20, 2019 · 1 comment
Assignees
Labels
bug Something isn't working Priority:high Things that should have been done yesterday

Comments

@SamuelYvon
Copy link
Contributor

Currently, reading from the IDE drive reads sector by sector, which is really slow. Some performance improvement can be reached from reading more than one sector at a time.

@SamuelYvon SamuelYvon added bug Something isn't working Priority:high Things that should have been done yesterday labels Aug 20, 2019
@SamuelYvon SamuelYvon self-assigned this Aug 20, 2019
@SamuelYvon
Copy link
Contributor Author

The file_read method on FAT files is not designed to work correctly with this design... The cache blocks are only one sector long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority:high Things that should have been done yesterday
Projects
None yet
Development

No branches or pull requests

1 participant