Disable multi_core again (for demo)

This commit is contained in:
Jeremy Soller
2025-08-28 10:00:16 -06:00
parent 7d91390f04
commit c6f38f05e4
+2 -1
View File
@@ -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",