Disable multi_core again (for demo)
This commit is contained in:
parent
7d91390f04
commit
c6f38f05e4
|
@ -49,9 +49,10 @@ sbi-rt = "0.0.3"
|
||||||
[features]
|
[features]
|
||||||
default = [
|
default = [
|
||||||
"acpi",
|
"acpi",
|
||||||
|
"debugger",
|
||||||
#TODO: issues with Alder Lake and newer CPUs:
|
#TODO: issues with Alder Lake and newer CPUs:
|
||||||
#This may be because of mismatch between cpu id and apic id
|
#This may be because of mismatch between cpu id and apic id
|
||||||
"multi_core",
|
#"multi_core",
|
||||||
"graphical_debug",
|
"graphical_debug",
|
||||||
"serial_debug",
|
"serial_debug",
|
||||||
"self_modifying",
|
"self_modifying",
|
||||||
|
|
Loading…
Reference in New Issue