blob: f96e6ea3500cb6ed4a2ff562a5762b9f06aed58b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config ADK_TARGET_SYSTEM_QEMU_X86_64_32
bool "Qemu Emulator (x86_64) with 32Bit userland"
select ADK_x86
select ADK_qemu_x86_64_32
select ADK_CPU_I686
select ADK_HARDWARE_QEMU
select ADK_TARGET_KERNEL_BZIMAGE
select ADK_TARGET_KERNEL_64
help
Support for Qemu Emulator (x86_64) with 32 Bit userland.
|