From 070ec4512e68d0c329efba29ac9e47f22d229485 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:24:35 -0600 Subject: [PATCH] Update Universal/apic.md Co-authored-by: Dhinak G --- Universal/apic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Universal/apic.md b/Universal/apic.md index 5d79924..0d1c73e 100644 --- a/Universal/apic.md +++ b/Universal/apic.md @@ -66,6 +66,6 @@ Processor (ProcessorName, ProcessorID, PBlockAddress, PblockLength) ``` -Now if we look at the `ProcessorID` section, we notice it's `0x80`, but this doesn't match up with the first entry in our APIC table(`00`). Now we can get a clearer idea of what's wrong with out APIC table and why it kernel panics. +Now if we look at the `ProcessorID` section, we notice it's `0x80`, but this doesn't match up with the first entry in our APIC table (`00`). Now we can get a clearer idea of what's wrong with out APIC table and why it kernel panics. ## Patching the APIC table