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

Method __init__

boot-qemu.py:590–594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 1

__init__Method · 0.45

Tested by

no test coverage detected