| |
| | CS554A: Tutorial 4: Interrupts. (Site not responding. Last check: 2007-10-09) |
 | | Interrupt handling in operating systems is intimately connected with the architecture of the CPU and of the computer itself, and much variation is possible. |
 | | The interrupt may be triggered by an edge transition, such as the line's voltage going from high to low or vice versa, or it can be triggered by the line changing voltage levels, for example, from high to low. |
 | | Typically interrupt handlers perform whatever hardware operations they need to complete the undergoing I/O request, for example, gathering data and/or control information from the peripheral hardware, resetting it to accept new interrupts and/or to be able to handle the next I/O request, clear timeout and other counters or timers, and so on. |
| www.rivier.edu /faculty/amoreira/web/cs554a/Tut4 (6653 words) |
|