Ask Question
11 June, 18:57

What steps are involved in the interrupthandling

+5
Answers (1)
  1. 11 June, 19:27
    0
    Interrupt handling-It is a method that kernel runs for a particular interrupt request.

    Steps-

    Registering an interrupt handler Writing an interrupt handler Contexting an interrupt handler Implementing the interrupt handler

    The Interrupt handler accept the requests from the I/O devices and check whether the requests is of the higher priority than the ongoing request serviced by CPU. Interrupt is issued to the CPU based on priorities, if the request is of higher priority than ongoing service then Interrupt will be issued the ongoing service will pause and the new request will be processed. If new request has less priority then no interrupt will be issued, New request will wait for CPU to free.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What steps are involved in the interrupthandling ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers