What are interrupts?
4 years ago
Operating System
Interrupts are part of a hardware mechanism that sends a notification to the CPU when it wants to gain access to a particular resource. An interrupt handler receives this interrupt signal and “tells” the processor to take action based on the interrupt request.
Bijay Satyal
Oct 22, 2021