This file contains 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
mkdir C:\TigerOS | |
cd C:\TigerOS | |
wget https://archive.org/download/mac-osx-tiger-10.4-ppc-installed-qcow2-image/osx-tiger_10.4.11_installed.qcow2.7z | |
winget install -e --id 7zip.7zip | |
7zip unzip osx-tiger_10.4.11_installed.qcow2.7z -o osx | |
cd 'C:\Program Files\qemu\' | |
./qemu-system-ppc64 -L openbios-ppc -cpu G4 -M mac99,via=pmu -m 512 -hda 'C:\TigerOS\osx\osx-tiger_10.4.11_installed.qcow2' -boot c -prom-env 'auto-boot?=true' -prom-env 'vga-ndrv?=true' -g 1024x768x32 |