An interrupt vector is the memory location of an interrupt handler, which prioritizes interrupts and saves them in a queue if more than one interrupt is waiting to be handled.
Next Steps
-
vectored interrupt
In a computer, a vectored interrupt is an I/O i...
(WhatIs.com) -
polled interrupt
In a computer, a polled interrupt is a specific...
(WhatIs.com)
An interrupt is a signal from a device attached to a computer, or from a program within the computer, that tells the OS (operating system) to stop and decide what to do next. When an interrupt is generated, the OS saves its execution state by means of a context switch, a procedure that a computer processor follows to change from one task to another while ensuring that the tasks do not conflict. Once the OS has saved the execution state, it starts to execute the interrupt handler at the interrupt vector.
Tech TalkComment
Share
Comments
Results
Contribute to the conversation