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
Menuconfig Implementation and auto-qemu refactoring (#44)
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
LConfig
diff --git
a/lunaix-os/arch/x86/LConfig
b/lunaix-os/arch/x86/LConfig
index 7580a36f1cea1c584c8764d5fcd8bc52ed8f385d..2b345246214d989aa9f5f40c2561a4ad1bb87503 100644
(file)
--- a/
lunaix-os/arch/x86/LConfig
+++ b/
lunaix-os/arch/x86/LConfig
@@
-4,7
+4,7
@@
def x86_configurations():
add_to_collection(architecture_support)
add_to_collection(architecture_support)
- @Term
+ @Term
("Use SSE2/3/4 extension")
def x86_enable_sse_feature():
"""
Config whether to allow using SSE feature for certain
def x86_enable_sse_feature():
"""
Config whether to allow using SSE feature for certain
@@
-15,14
+15,14
@@
def x86_configurations():
default(False)
default(False)
- @Term
+ @Term
("Bootloader Model")
def x86_bl():
"""
Select the bootloader interface
Supported interface
def x86_bl():
"""
Select the bootloader interface
Supported interface
- mb: multiboot complian
t
- mb2: multiboot2 complian
t
+ mb: multiboot complian
ce
+ mb2: multiboot2 complian
ce
none: do not use any interface
"""
none: do not use any interface
"""