On the IA32 the timer interrupt is also disabled after the CLI instruction correct?
Just making sure... I second guess myself into a corner...
Suppose if I wasnt quite as lazy I would code something to test it, o maybe read a manual...
Quick question...
-
- Posts: 4
- Joined: Sat Jul 30, 2005 11:00 pm
Quick question...
Last edited by Automatic_Jack on Sat Jul 30, 2005 11:00 pm, edited 1 time in total.
Re: Quick question...
Every external interrupt (not sure about the NMI) is blocked when you execute CLI.
*post*
Re: Quick question...
CLI only stops IRQs. NMIs(e.g. div by zero/triplefault) and software ints still working.
And yes, the PIT timer IRQ is stoped.
But i dont know what the CMOS Realtimer is doing after CLI.
And yes, the PIT timer IRQ is stoped.
But i dont know what the CMOS Realtimer is doing after CLI.
Last edited by Osbios on Mon Aug 01, 2005 11:00 pm, edited 1 time in total.
dw 0xAA55