Reading sectors FDC on CPU x86 in protected mode

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.
Gigasoft
Member
Member
Posts: 856
Joined: Sat Nov 21, 2009 5:11 pm

Re: Reading sectors FDC on CPU x86 in protected mode

Post by Gigasoft »

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.
User avatar
Neo92
Member
Member
Posts: 28
Joined: Tue Jun 24, 2014 9:41 am

Re: Reading sectors FDC on CPU x86 in protected mode

Post by Neo92 »

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 :D . Thanks all for your help. :wink:
Post Reply