diff --git a/Universal/apic.md b/Universal/apic.md index a8b8c5e..9103fee 100644 --- a/Universal/apic.md +++ b/Universal/apic.md @@ -13,7 +13,7 @@ To get around this, we want to patch our APIC table to point the first CPU entry ## Dumping your DSDT and APIC tables -Dumping your DSDT and APIC table is quite easy, however some of the methods mentioned in [Getting a copy of our DSDT](../Manual/dumpmd) may not provide you will all the needed files. Methods that will provide a full dump: +Dumping your DSDT and APIC table is quite easy, however some of the methods mentioned in [Getting a copy of our DSDT](../Manual/dump.md) may not provide you will all the needed files. Methods that will provide a full dump: * acpidump.exe * Just run the program, don't give any specific arguments @@ -68,4 +68,4 @@ 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. -## Patching the APIC table \ No newline at end of file +## Patching the APIC table