Last active
July 6, 2024 22:17
-
-
Save upintheairsheep/106bd0e77f915620cf2ad8760a6c562d to your computer and use it in GitHub Desktop.
Instant Mac OS X Tiger 10.4 virtual machine in QEMU, Windows only, intended for Collab VM.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment