On Sun, 17 Jan 2021 02:43:05 +0100, Berto Furth wrote: > Is this related to the same "-kernel" question or is this a new topic?
It is probably `new,' as I do not know what other question you mean. > Can you post the complete command line and parameters you're using to start > QEMU? #!/bin/sh qemu-system-i386 -m 16 -k en-us -rtc base=localtime -soundhw sb16,adlib -device cirrus-vga -display gtk -drive file=dos.img,format=raw,index=0,media=disk -drive file=fat:rw:disk/,format=raw -boot order=c ("disk" is a sub-directory of the one from which I start it.) > Interrupt 0x1E seems to be related to "SYSTEM DATA - DISKETTE PARAMETERS" > according to Ralf Brown's interrupt list. Could a disk drive be misconfigured? You tell me? /Tomas