shows fault: "fatal: floppy recal:f07:ctrl not ready"solved

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
micro
Member
Member
Posts: 27
Joined: Sun May 04, 2008 5:40 pm

shows fault: "fatal: floppy recal:f07:ctrl not ready"solved

Post by micro »

can i use "int 0x32" to call the interrupt of timer??

oh, when i use "int 0x80" it works well
i just use "int 0x32" instead of "int 0x80"... :oops:
bochs shows fault: "fatal: floppy recal:f07:ctrl not ready"
i do not know why ..... :oops:

thank you for help...
Last edited by micro on Thu Aug 21, 2008 7:28 am, edited 1 time in total.
micro
Member
Member
Posts: 27
Joined: Sun May 04, 2008 5:40 pm

Re: bochs shows fault: "fatal: floppy recal:f07:ctrl not ready"

Post by micro »

my god forgive me , it is 0x20=32 , not 0x32 :oops: :oops:
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: bochs shows fault: "fatal: floppy recal:f07:ctrl not ready"

Post by jal »

micro wrote:my god forgive me , it is 0x20=32 , not 0x32 :oops: :oops:
Heh, that can happen to anyone :) Glad you solved it :).


JAL
Post Reply