From 48ad866d024ad38e116dc6da3cee830bf1f8db5b Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:16:29 +0200 Subject: [PATCH] Add some explanation to the multi_core todo --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ea701a0e5..97151bcf02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,10 +50,12 @@ sbi-rt = "0.0.3" default = [ "acpi", #TODO: issues with Alder Lake and newer CPUs: "multi_core", + # This may be because of mismatch between cpu id and apic id "graphical_debug", "serial_debug", "self_modifying", "x86_kvm_pv", + #"syscall_debug" ] # Activates some limited code-overwriting optimizations, based on CPU features. @@ -86,6 +88,6 @@ panic = "abort" # Avoids having to define the eh_personality lang item and reduces kernel size panic = "abort" -lto = true +#lto = true debug = "full"