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
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
1 changed files with 2 additions and 1 deletions

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",