Skip to content

Instantly share code, notes, and snippets.

@brunocastello
Last active January 2, 2022 05:55
Show Gist options
  • Save brunocastello/9c1d9861cd82388866e562c2bf94caec to your computer and use it in GitHub Desktop.
Save brunocastello/9c1d9861cd82388866e562c2bf94caec to your computer and use it in GitHub Desktop.
Run OS X Leopard 10.5 (PowerPC) with QEMU Screamer fork (Follow this thread for more info: https://www.emaculation.com/forum/viewtopic.php?t=10784)
#!/bin/sh
./qemu-screamer/qemu-system-ppc-screamer -L qemu-screamer/pc-bios \
-name "OS X Leopard 10.5" \
-M mac99,via=pmu -cpu G4 -m 2048 \
-prom-env 'auto-boot?=true' -prom-env 'vga-ndrv?=true' \
-drive id=root,file=Disks/OSXLeopard.img,format=qcow2,l2-cache-size=4M \
-netdev user,id=network01 -device sungem,netdev=network01 \
-device VGA,edid=on -g 1920x1080x32 \
-rtc base=localtime,clock=host -boot c -no-reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment