Explorar el Código

use fixed CPU type for Qemu-X86 emulation for now

Waldemar Brodkorb hace 9 años
padre
commit
a5e2ceaeee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      target/x86/systems/qemu-x86

+ 1 - 0
target/x86/systems/qemu-x86

@@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_X86
 	bool "Qemu Emulator"
 	select ADK_x86
 	select ADK_qemu_x86
+	select ADK_CPU_I686
 	select ADK_TARGET_QEMU
 	select ADK_TARGET_KERNEL_BZIMAGE
 	help