blob: 34e1448a8c7dc4222519c25f527156cf85cb4db2 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#@TYPE: Machine
Brad Bishop19323692019-04-05 15:28:33 -04002#@NAME: Generic x86
3#@DESCRIPTION: Machine configuration for generic x86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004
5DEFAULTTUNE ?= "core2-32"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05006require conf/machine/include/x86/tune-core2.inc
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007require conf/machine/include/genericx86-common.inc
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05008
Brad Bishop08902b02019-08-20 09:16:51 -04009#For runqemu
10QB_SYSTEM_NAME = "qemu-system-i386"