VOGONS

Common searches


First post, by EidakoV2

User metadata
Rank Newbie
Rank
Newbie

Out of curiosity, what does DOSBox do if it encounters an absolute read or write (INT 13h AH=02h/03h or, even worse, direct hardware I/O)? Is it possible to access a floppy or fixed drive's boot sector from the emulator?

Reply 1 of 1, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

what does DOSBox do

Nothing, returns an error code. If you have a disk image installed
(imgmounted harddrive/floppy image) the respective file is accessed
through int13.
If you want to have access to physical drives you'd have to rewrite the
int13 handler a bit (bios_disk.cpp)