MCPcopy Create free account
hub / github.com/ClangBuiltLinux/boot-utils / PowerPC32MacQEMURunner

Class PowerPC32MacQEMURunner

boot-qemu.py:589–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587
588
589class PowerPC32MacQEMURunner(PowerPC32QEMURunner):
590 def __init__(self) -> None:
591 super().__init__()
592
593 self._default_kernel_path = Path('vmlinux')
594 self._machine: str = 'mac99'
595 self._qemu_args.append('-nographic')
596
597

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected