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

[kernel] Fix to allow booting 2.88M floppy on dosbox #1711

Merged
merged 2 commits into from
Sep 12, 2023
Merged

[kernel] Fix to allow booting 2.88M floppy on dosbox #1711

merged 2 commits into from
Sep 12, 2023

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Sep 12, 2023

Testing with dosbox revealed ELKS didn't support Dosbox's drive type return value in BL for INT 13h AH=8 (Get Drive Parms). Interestingly, QEMU returns BL=5 for 2880k floppies and DosBox returns BL=6. So we now support both.

Tested on QEMU and Dosbox for IBM PC and PC/98.

@ghaerr ghaerr merged commit f3a9dc1 into master Sep 12, 2023
2 checks passed
@ghaerr ghaerr deleted the 2880 branch September 12, 2023 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant