Sfoglia il codice sorgente

use fixed CPU type for Qemu-X86 emulation for now

Waldemar Brodkorb 9 anni fa
parent
commit
a5e2ceaeee
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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