This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: qemu x86 Emulator setup |
| 3 |
#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation |
| 4 |
|
| 5 |
require conf/machine/include/qemu.inc |
| 6 |
require conf/machine/i686-generic.conf |
| 7 |
|
| 8 |
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-uvesafb v86d" |
| 9 |
|
| 10 |
KERNEL_IMAGETYPE = "bzImage" |
| 11 |
|
| 12 |
SERIAL_CONSOLE = "115200 ttyS0" |
| 13 |
|
| 14 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 15 |
|
| 16 |
GLIBC_ADDONS = "nptl" |
| 17 |
GLIBC_EXTRA_OECONF = "--with-tls" |