Skip to content

Instantly share code, notes, and snippets.

View upintheairsheep's full-sized avatar
💭
🗿

upintheairsheep

💭
🗿
View GitHub Profile
@upintheairsheep
upintheairsheep / Instant-Tiger-VM.ps1
Last active July 6, 2024 22:17
Instant Mac OS X Tiger 10.4 virtual machine in QEMU, Windows only, intended for Collab VM.
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