skiselev / 8088_bios

BIOS for Intel 8088 based computers
GNU General Public License v3.0
513 stars 61 forks source link

[book8088] BIOS detects floppy drive when there isn't one connected #49

Closed ImanolBarba closed 11 months ago

ImanolBarba commented 11 months ago

By default, the V20 optimised book8088 BIOS (I haven't tried the other one), reports a floppy drive connected when there isn't one in the machine

skiselev commented 11 months ago

BIOS does not detect floppy drives. Unfortunately Book8088 does not provide a configuration storage mechanism such as jumpers or NVRAM. So one floppy drive is "hard coded". If for whatever reason you don't like the fact that BIOS has one floppy configured while there none, it is possible to edit the BIOS code and rebuild it. See default_floppy in setup.inc

ImanolBarba commented 11 months ago

Yeah I figured after looking at the code (should've done that before opening the issue sorry)

Two questions: