Interrupt Requests Flashcards
What are interrupt requests (IRQ)?
A hardware signal sent to the processor that temporarily stops a running program and allows a special program, an interrupt handler, to run instead. Interrupts are used to handle such events as data receipt from a modem or network, or a key press or mouse movement.
What is the interrupt request level (IRQL)?
The priority of an interrupt request
What are the two types of interrupt requests?
Master PIC (0-7) Slave PIC (8-15)
IRQ 0
System timer (cannot be changed)
IRQ 1
Keyboard controller (cannot be changed)
IRQ 2
Cascaded signals from IRQs 8-15
IRQ 3
Serial port controller for serial port 2 (shared with serial port 4 if present)
IRQ 4
Serial port controller for serial port 1 (shared with serial port 3 if present)
IRQ 5
Parallel port 2 and 3 or sound card
IRQ 6
Floppy disk controller
IRQ 7
Parallel port 1. It is used for printers or for any parallel port if a printer is not present
IRQ 8
Real-time clock
IRQ 9
Advanced configuration and power interface system control interrupt on Intel chipsets.
Other chipset manufacturers might use another interrupt request for this purpose.
IRQ 10
The interrupt is left open for the use of peripherals. Open interrupt / available or SCSI or NIC
IRQ 11
The interrupt is left open for the use of peripherals. Open interrupt / available or SCSI or NIC