brintos

brintos / linux-shallow public Read only

0
0
Text · 321 B · e975c43 Raw
11 lines · python
1from ..qemu_config import QemuArchParams2 3QEMU_ARCH = QemuArchParams(linux_arch='sparc',4			   kconfig='''5CONFIG_SERIAL_8250=y6CONFIG_SERIAL_8250_CONSOLE=y''',7			   qemu_arch='sparc',8			   kernel_path='arch/sparc/boot/zImage',9			   kernel_command_line='console=ttyS0 mem=256M',10			   extra_qemu_params=['-m', '256'])11