We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d7a2be + 2752c87 commit 12a8223Copy full SHA for 12a8223
1 file changed
boot-qemu.py
@@ -523,10 +523,12 @@ def __init__(self):
523
self._default_kernel_path = Path('vmlinux')
524
self._initrd_arch = self._qemu_arch = 'm68k'
525
self._qemu_args += [
526
+ '-audio', 'none',
527
'-cpu', 'm68040',
528
'-M', 'q800',
529
'-no-reboot',
530
] # fmt: off
531
+ self.memory = '512m'
532
533
534
class MIPSQEMURunner(QEMURunner):
0 commit comments