From 60dcbd430625135189e37338d1275e694ec091f2 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:24:29 -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 9103fee..5d79924 100644 --- a/Universal/apic.md +++ b/Universal/apic.md @@ -6,7 +6,7 @@ An odd issue some HEDT users may experience is a kernel panic relating to more c panic(cpu 0 caller 0x......): "x86_validate topology() 32 threads but 33 registered from MADT~0/... ``` -The reason for this kernel panic is due to macOS's assumption that the first CPU in ACPI is always enabled, which on servers and HEDT systems may not always true. +The reason for this kernel panic is due to macOS's assumption that the first CPU in ACPI is always enabled, which on servers and HEDT systems may not be always true. To get around this, we want to patch our APIC table to point the first CPU entry to an active CPU.