blob: 12f7c0d200589b80d561481d8c68b64f317879a4 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#@TYPE: Machine
2#@NAME: Generic X86_64.
3
4#@DESCRIPTION: Machine configuration for generic X86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
5
6DEFAULTTUNE ?= "core2-64"
7require conf/machine/include/tune-core2.inc
8require conf/machine/include/genericx86-common.inc
Patrick Williamsc0f7c042017-02-23 20:41:17 -06009
Patrick Williamsc0f7c042017-02-23 20:41:17 -060010SERIAL_CONSOLES_CHECK = "ttyS0"