-
Notifications
You must be signed in to change notification settings - Fork 500
IBM PC mode, drive A: and B: should always exist even if nothing mounted to it #6174
Copy link
Copy link
Open
Labels
Description
Is your feature request related to a problem? Please describe.
No response
What you want
As real MS-DOS does, DOSBox-X should always provide a drive A: and B: even if nothing is mounted there. Like real MS-DOS, the A: and B: drives should present a drive letter that always reports "medium not found" when nothing has been mounted there.
Of course there will be a dosbox.conf option to enable/disable this.
Describe alternatives you've considered
No response
Additional information
This is related to a demoscene entry that was found to use the INT 13h drive A: interception trick (needing -int13 to make it work), except that it won't do the trick if either drive A: doesn't exist, or if drive A: has a valid mounted filesystem. The demo appears to require a valid drive A: with no disk in the drive.
Have you checked that no similar feature request(s) exist?
- I have searched and didn't find any similar feature request.
Code of Conduct & Contributing Guidelines
- I agree to follow the code of conduct and the contributing guidelines.
Reactions are currently unavailable