Quick question...

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
Automatic_Jack
Posts: 4
Joined: Sat Jul 30, 2005 11:00 pm

Quick question...

Post by Automatic_Jack »

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...
Last edited by Automatic_Jack on Sat Jul 30, 2005 11:00 pm, edited 1 time in total.
Legend
Member
Member
Posts: 195
Joined: Tue Nov 02, 2004 12:00 am
Contact:

Re: Quick question...

Post by Legend »

Every external interrupt (not sure about the NMI) is blocked when you execute CLI.
*post*
Osbios
Member
Member
Posts: 116
Joined: Fri Jun 10, 2005 11:00 pm

Re: Quick question...

Post by Osbios »

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. :?
Last edited by Osbios on Mon Aug 01, 2005 11:00 pm, edited 1 time in total.
dw 0xAA55
Post Reply