Hi!
Qemu floppies doesn't support media change detection? Int 13,15 and int 13,16.
Int 13,15 outputs AH = 01 "floppy without change-line support".
Int 13,16 always returns CF = 1, AH = 06, which means "change line active or not supported".
Qemu floppy media change
-
- Member
- Posts: 5571
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Qemu floppy media change
QEMU supports floppy disk change. SeaBIOS does not.
Re: Qemu floppy media change
Thanks for the answer.
Can I use another BIOS in Qemu that supports change-line detection?
Can I use another BIOS in Qemu that supports change-line detection?
-
- Member
- Posts: 5571
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Qemu floppy media change
As far as I know, SeaBIOS is your only choice.