Interrupt request

Hardware interrupts are used to handle events such as receiving data from a modem or network card, key presses, or mouse movements.

In x86 based computer systems that use two of these PICs, the combined set of lines are referred to as IRQ0 through IRQ15.

[1] During the early years of personal computing, IRQ management was often of user concern.

[2] When working with personal computer hardware, installing and removing devices, the system relies on interrupt requests.

Modern plug and play technology has not only reduced the need for concern for these settings, but has also virtually eliminated manual configuration.

On Linux, IRQ mappings can be viewed by executing cat /proc/interrupts or using the procinfo utility.

The serial ports are frequently disabled to free an IRQ line for another device.

Diagram about the course of an interrupt routine