1 # SPDX-License-Identifier: GPL-2.0-only 2 from ..qemu_config import QemuArchParams 3 4 QEMU_ARCH = QemuArchParams(linux_arch='m68k', 5 kconfig=''' 6 CONFIG_VIRT=y''', 7 qemu_arch='m68k', 8 kernel_path='vmlinux', 9 kernel_command_line='console=hvc0', 10 extra_qemu_params=['-machine', 'virt'])
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.