mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 20:09:48 -08:00
Update Universal/apic.md
Co-authored-by: Dhinak G <dhinak2004@gmail.com>
This commit is contained in:
@@ -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
|
## Patching the APIC table
|
||||||
|
|||||||
Reference in New Issue
Block a user