Menuconfig Implementation and auto-qemu refactoring (#44)
[lunaix-os.git] / lunaix-os / arch / x86 / LConfig
index 7580a36f1cea1c584c8764d5fcd8bc52ed8f385d..2b345246214d989aa9f5f40c2561a4ad1bb87503 100644 (file)
@@ -4,7 +4,7 @@ def x86_configurations():
     
     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
@@ -15,14 +15,14 @@ def x86_configurations():
         default(False)
 
 
-    @Term
+    @Term("Bootloader Model")
     def x86_bl():
         """
             Select the bootloader interface
             
             Supported interface
-                mb:      multiboot compliant
-                mb2:     multiboot2 compliant
+                mb:      multiboot compliance
+                mb2:     multiboot2 compliance
                 none:    do not use any interface
         """