Classic Mac OS on QEMU: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Create page)
 
(No difference)

Latest revision as of 00:32, 19 October 2023

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.