Last active
January 2, 2022 05:55
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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