diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-13 17:14:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-13 17:14:49 +0200 |
commit | 801451b72dc989483f61b68ca84aee92843f94fb (patch) | |
tree | cdb3588b9a27f391b8e7454d154bcd00aa763de1 /target/m68k/systems | |
parent | 8b99befad597c1adeb1ec99a543eac0553c422af (diff) |
m68k: add qemu virt support, seems more reliable at the moment then q800
Diffstat (limited to 'target/m68k/systems')
-rw-r--r-- | target/m68k/systems/qemu-m68k-virt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/m68k/systems/qemu-m68k-virt b/target/m68k/systems/qemu-m68k-virt new file mode 100644 index 000000000..d982f7ce1 --- /dev/null +++ b/target/m68k/systems/qemu-m68k-virt @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_QEMU_M68K_VIRT + bool "Qemu M68K (virt)" + select ADK_TARGET_QEMU + select ADK_TARGET_WITH_MMU + select ADK_TARGET_KERNEL_ZIMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Support for Qemu Emulator with M68K architecture (virt). + |