APIC

Updated: 04/01/2018 by Computer Hope
advanced programmable interrupt controller

Short for Advanced Programmable Interrupt Controller, APIC is a PIC (programmable interrupt controller) with advanced interrupt management. It was developed by Intel and replaces the 8259 interrupt controllers. APIC is necessary for dual processing or multiple-processor support and has been available since the original Intel Pentium. However, the motherboard chipset, BIOS (basic input/output system), and operating system (Windows 2000 and later) must also support APIC before it can be used.

Although APIC adds support for multiple processors, it is still used with single-processor computers since it provides support for virtual PCI (peripheral component interconnect) IRQs above 15. Windows XP is one of the first versions of Windows that takes full advantage of APIC if enabled and assigns more devices to IRQs above 15.

Note

Windows XP Professional x64 edition and Windows Server 2003 for x64 cannot be installed unless APIC is enabled in the system BIOS.

AMD attempted to develop a competing technology, named OpenPIC, but it was never used with any x86 motherboards. AMD ended up licensing APIC for use with their Athlon and later processors.

Computer acronyms, Dual processor, Hardware terms, Interrupts, IRQL, PIC