What does it mean to "ignore" an interrupt?
operating system interrupts
Page 1 of 14 Replies - 772 Views - Last Post: 09 October 2012 - 02:17 PM
Replies To: operating system interrupts
#2
Re: operating system interrupts
Posted 07 October 2012 - 03:20 PM
What does it mean to ignore anything?
#3
Re: operating system interrupts
Posted 07 October 2012 - 03:25 PM
Do nothing in response to the event.
Kind of a "duh" question.
Kind of a "duh" question.
#4
Re: operating system interrupts
Posted 08 October 2012 - 12:04 PM
Lemur and tlhIn`toq are quite correct in the general sense. I was under the impression that unless the interrupt flag is clear, "ignoring" an interrupt still requires work. Any registers that were pushed on the stack as a result of the interrupt still need to be popped off and put back into their respective registers, otherwise the stack will keep growing and the instruction pointer will not resume back to where it was prior to the interrupt. So "ignoring" an interrupt more often means acknowledging that an interrupt happened by virtue of doing some work to cleanup, but not actually doing any work to handle the event that the interrupt represents.
This post has been edited by Skydiver: 08 October 2012 - 12:34 PM
#5
Re: operating system interrupts
Posted 09 October 2012 - 02:17 PM
thank you Skydiver very helpful
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote






|