Update Universal/apic.md

Co-authored-by: Dhinak G <dhinak2004@gmail.com>
This commit is contained in:
Mykola Grymalyuk
2020-08-03 12:24:35 -06:00
committed by GitHub
parent 60dcbd4306
commit 070ec4512e

View File

@@ -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