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"...
bochs shows fault: "fatal: floppy recal:f07:ctrl not ready"
i do not know why .....
thank you for help...
shows fault: "fatal: floppy recal:f07:ctrl not ready"solved
shows fault: "fatal: floppy recal:f07:ctrl not ready"solved
Last edited by micro on Thu Aug 21, 2008 7:28 am, edited 1 time in total.
Re: bochs shows fault: "fatal: floppy recal:f07:ctrl not ready"
my god forgive me , it is 0x20=32 , not 0x32
Re: bochs shows fault: "fatal: floppy recal:f07:ctrl not ready"
Heh, that can happen to anyone :) Glad you solved it :).micro wrote:my god forgive me , it is 0x20=32 , not 0x32 :oops: :oops:
JAL