3 def x86_configurations():
5 add_to_collection(architecture_support)
7 @Term("Use SSE2/3/4 extension")
8 def x86_enable_sse_feature():
10 Config whether to allow using SSE feature for certain
18 @Term("Bootloader Model")
21 Select the bootloader interface
24 mb: multiboot compliance
25 mb2: multiboot2 compliance
26 none: do not use any interface
30 # type(["mb", "mb2", "none"])
34 return v(arch) in ["i386", "x86_64"]