git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refine the documentation, add extra warning messages
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
LConfig
diff --git
a/lunaix-os/arch/x86/LConfig
b/lunaix-os/arch/x86/LConfig
index e5f0cd40fd302a613913c3dde213b577e1705c66..6720ccddbd6ddd370650db87b51b7760acb3a5be 100644
(file)
--- a/
lunaix-os/arch/x86/LConfig
+++ b/
lunaix-os/arch/x86/LConfig
@@
-2,15
+2,15
@@
@(parent := architecture_support)
def x86_configurations():
@(parent := architecture_support)
def x86_configurations():
- require(arch_x86)
+ require
(arch_x86)
@flag
def x86_bl_mb() -> bool:
@flag
def x86_bl_mb() -> bool:
- return x86_bl.val == "mb"
+ when (x86_bl is "mb")
@flag
def x86_bl_mb2() -> bool:
@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:
@"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
"""
Config whether to allow using SSE feature for certain
optimization
"""
-
+
return False
@"Bootloader Model"
return False
@"Bootloader Model"