I am continue writing my "floppy device driver" and using Bochs 2.0 to test it and I have a problem with the commands that generate an interrupt:
I understand that the "floppy chip " must to generate an IRQ-6 when it executes some commands. But I am getting an IRQ-15 (secondary IDE) in place of an IRQ-6 (floppy).
What could be happend?
Thank you,
pepito