Programmable interrupt controller: Difference between revisions

Content deleted Content added
m Anthony Appleyard moved page Programmable Interrupt Controller to Programmable interrupt controller: Requested by Mikhail Ryazanov at WP:RM/TR: MOS:CAPS
No edit summary
Line 18:
One of the best known PICs, the [[Intel 8259|8259A]], was included in the [[x86 architecture|x86]] PC. In modern times, this is not included as a separate chip in an x86 PC, but rather as part of the motherboard's [[Southbridge (computing)|southbridge]] chipset. In other cases, it has been replaced by the newer [[Advanced Programmable Interrupt Controller]]s which support more interrupt outputs and more flexible priority schemas.
 
<br />
==More information==
More information on the Intel APIC can be found in the ''IA-32 Intel Architecture Software Developer's Manual, Volume 3A: System Programming Guide, Part 1, Chapter 10'', freely available on the [[Intel]] website.
 
==See also==
Line 31 ⟶ 30:
* [[Interrupt latency]]
* [[Non-maskable interrupt]] (NMI)
*
 
==Further reading==
More information on the Intel APIC can be found in the ''IA-32 Intel Architecture Software Developer's Manual, Volume 3A: System Programming Guide, Part 1, Chapter 10'', freely available on the [[Intel]] website.
 
==External links==