Ask Question
11 October, 08:54

What steps are involved in the interrupthandling

+2
Answers (1)
  1. 11 October, 11:49
    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?
Find an answer to your question ✅ “What steps are involved in the interrupthandling ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers