From c6f38f05e471e85a9c8e6302397d13759d549b9b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 28 Aug 2025 10:00:16 -0600 Subject: [PATCH] Disable multi_core again (for demo) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8347668359..3b663c6200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,9 +49,10 @@ sbi-rt = "0.0.3" [features] default = [ "acpi", + "debugger", #TODO: issues with Alder Lake and newer CPUs: #This may be because of mismatch between cpu id and apic id - "multi_core", + #"multi_core", "graphical_debug", "serial_debug", "self_modifying",