Classic Mac OS on QEMU
From Computers Wiki
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.