Reading sectors FDC on CPU x86 in protected mode
Re: Reading sectors FDC on CPU x86 in protected mode
The timing in Bochs can be funky. In my bxrc file, I have set the IPS to 4000000 and the clock synchronization method to realtime, if that helps.
Re: Reading sectors FDC on CPU x86 in protected mode
Hi guys, i'm solved executing 'sti' into reading floppy and DMA. I think that problem is due to hardware interrupts for the activation of devices, in fact using the instruction 'sti' activates the IRQ lines, creating a device driver . Thanks all for your help.