X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0366f081ce7414c7e6a7cdffffe236cf0cdee400..2bfb909dde1241111ab5568f30c45d2644bdaf25:/lunaix-os/arch/x86/LConfig diff --git a/lunaix-os/arch/x86/LConfig b/lunaix-os/arch/x86/LConfig index e5f0cd4..0e4d463 100644 --- a/lunaix-os/arch/x86/LConfig +++ b/lunaix-os/arch/x86/LConfig @@ -6,11 +6,11 @@ def x86_configurations(): @flag def x86_bl_mb() -> bool: - return x86_bl.val == "mb" + when (x86_bl is "mb") @flag def x86_bl_mb2() -> bool: - return x86_bl.val == "mb2" + when (x86_bl is "mb2") @"Use SSE2/3/4 extension" def x86_enable_sse_feature() -> bool: @@ -18,7 +18,7 @@ def x86_configurations(): Config whether to allow using SSE feature for certain optimization """ - + return False @"Bootloader Model"