diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 04:21:17 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 04:21:17 -0500 |
commit | a5e2ceaeee82615ff7403671541d7c221674a732 (patch) | |
tree | 26a49097f82cafd3245cb1925778bfbe527047c4 | |
parent | a0f7ca4f59735d1cc8f040aeb68d44b5e64e0b5e (diff) |
use fixed CPU type for Qemu-X86 emulation for now
-rw-r--r-- | target/x86/systems/qemu-x86 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/x86/systems/qemu-x86 b/target/x86/systems/qemu-x86 index 48a71aa1d..47168a084 100644 --- a/target/x86/systems/qemu-x86 +++ b/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 |