genericx86-64.conf 401 B

12345678910
  1. #@TYPE: Machine
  2. #@NAME: Generic x86_64
  3. #@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.
  4. DEFAULTTUNE ?= "core2-64"
  5. require conf/machine/include/x86/tune-x86-64-v3.inc
  6. require conf/machine/include/genericx86-common.inc
  7. #For runqemu
  8. QB_SYSTEM_NAME = "qemu-system-x86_64"