Skip to content

Commit 12a8223

Browse files
authored
Merge pull request #131 from nathanchance/m68k-fixes
A couple of m68k fixes
2 parents 5d7a2be + 2752c87 commit 12a8223

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

boot-qemu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,12 @@ def __init__(self):
523523
self._default_kernel_path = Path('vmlinux')
524524
self._initrd_arch = self._qemu_arch = 'm68k'
525525
self._qemu_args += [
526+
'-audio', 'none',
526527
'-cpu', 'm68040',
527528
'-M', 'q800',
528529
'-no-reboot',
529530
] # fmt: off
531+
self.memory = '512m'
530532

531533

532534
class MIPSQEMURunner(QEMURunner):

0 commit comments

Comments
 (0)