First page Back Continue Last page Overview Graphics
Interrupt mode (1)
Can be used only if the device's controller is capable of signaling, via an IRQ line, the end of an I/O operation
Three main steps:
- Start the I/O operation
- Suspend the process until the device issues an I/O interrupt
- Resume the process and check the outcome of the I/O operation