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

Bootloader isn't forgiving about int13 failures #7

Open
theseankelly opened this issue Nov 15, 2011 · 0 comments
Open

Bootloader isn't forgiving about int13 failures #7

theseankelly opened this issue Nov 15, 2011 · 0 comments
Assignees
Labels

Comments

@theseankelly
Copy link
Owner

Currently, we give up after the first int13 fails. Not a problem for emulation, but reading likely has a chance of failure.

Proposed solution:

  • determine the max recommended amount of bytes to read
  • keep a count for retries
  • for each retry, reduce the number of bytes being read (reduces chance of failure)

Affects cdboot.S and stage2.S

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

No branches or pull requests

1 participant