From 801451b72dc989483f61b68ca84aee92843f94fb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 13 Aug 2023 17:14:29 +0200 Subject: m68k: add qemu virt support, seems more reliable at the moment then q800 --- target/m68k/systems/qemu-m68k-virt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/m68k/systems/qemu-m68k-virt (limited to 'target/m68k/systems/qemu-m68k-virt') 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). + -- cgit v1.2.3