Qemu floppy media change

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
LGabci
Posts: 11
Joined: Sat Nov 23, 2024 4:38 am

Qemu floppy media change

Post by LGabci »

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".
Octocontrabass
Member
Member
Posts: 5571
Joined: Mon Mar 25, 2013 7:01 pm

Re: Qemu floppy media change

Post by Octocontrabass »

QEMU supports floppy disk change. SeaBIOS does not.
LGabci
Posts: 11
Joined: Sat Nov 23, 2024 4:38 am

Re: Qemu floppy media change

Post by LGabci »

Thanks for the answer.
Can I use another BIOS in Qemu that supports change-line detection?
Octocontrabass
Member
Member
Posts: 5571
Joined: Mon Mar 25, 2013 7:01 pm

Re: Qemu floppy media change

Post by Octocontrabass »

As far as I know, SeaBIOS is your only choice.
Post Reply