Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 10 lines 305 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2from ..qemu_config import QemuArchParams 3 4QEMU_ARCH = QemuArchParams(linux_arch='m68k', 5 kconfig=''' 6CONFIG_VIRT=y''', 7 qemu_arch='m68k', 8 kernel_path='vmlinux', 9 kernel_command_line='console=hvc0', 10 extra_qemu_params=['-machine', 'virt'])