From 96a3f236709b4ebe3c153cf7d98adcf1e77c9f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 6 Jul 2022 23:16:33 +0200 Subject: [PATCH] Formating fix --- documentation/6 - apic.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/6 - apic.md b/documentation/6 - apic.md index 9afad3e..2f9a205 100644 --- a/documentation/6 - apic.md +++ b/documentation/6 - apic.md @@ -2,6 +2,7 @@ > - [PIC data sheet](http://pdos.csail.mit.edu/6.828/2005/readings/hardware/8259A.pdf) > - [IOAPIC data sheet](http://web.archive.org/web/20161130153145/http://download.intel.com/design/chipsets/datashts/29056601.pdf) + The Advanced Programmable Interrupt Controller (APIC) is not to be confused with (ACPI). It's quite literally an upgrade to the legacy PIC and handles hardware interrupts and IRQs.