mtgos-mtgos-3ds9/kernel/arch/x86_64/config.py

6 lines
328 B
Python
Raw Normal View History

2017-04-23 16:09:42 +00:00
config["SYSTEM"] = get_from_list("System", ["pc"])
if not get_yes_no("Build for generic x86_64"):
config["LOWEST_CPU"] = get_from_list("Lowest supported CPU", ["pentium4", "core2", "nehalem", "westmere", "sandybridge", "ivybridge", "haswell", "broadwell", "skylake", "kabylake"])
2017-04-24 19:12:19 +00:00
else:
config["LOWEST_CPU"] = "pentium4"