Classic Mac OS on QEMU

From Computers Wiki
Revision as of 00:32, 19 October 2023 by Huntertur (talk | contribs) (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Snippet

qemu-system-ppc \
  -cpu "g4" \
  -M mac99 \
  -m 512 \
  -hda macos922.img \
  -boot c \
  -g 1024x768x32 \
  -device usb-kbd \
  -device usb-mouse \
  -nographic

Notes

  • I am told that networking is not possible.