From ceccc40a1da772c7d42a4aee4e29a8896a0e26c1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 4 Apr 2025 14:25:26 -0600 Subject: [PATCH] Disable multi_core feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0426bbb32..38e5287f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ sbi-rt = "0.0.3" [features] default = [ "acpi", - "multi_core", + #TODO: issues with Alder Lake and newer CPUs: "multi_core", "graphical_debug", "serial_debug", "self_modifying",