irq_interrupt_request
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
irq_interrupt_request [2006/03/21 21:06] – smashtv | irq_interrupt_request [2006/10/15 09:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | 1. The hardware lines used by PC peripherals (such as printers or modems) to communicate to the microprocessor that the device is ready to send or receive data. Because of the limited amount of these designated by hardware and operating system designers years back, this function is often a major source of connectivity problems. Under most circumstances IRQs are unique and cannot be shared unless the operating system allows it. There is a number from 0 to 15 associated with them on most current microcomputers. See headache! Windows 98SE, Windows ME, 2000, NT and XP are doing better in that they can allow several IRQs to be shared without consequence. \\ | ||
+ | 2. A set of 16 hardware lines in the PC Bus architecture, | ||
+ | 3. See interrupt and cascaded interrupt. |