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