Emulator for Mac OS X Tiger?

Discuss OS X and OS X Server.
Post Reply
EvanKTC
Posts: 56
Joined: Sat Sep 22, 2018 4:47 pm
Location: Canada
Contact:

Emulator for Mac OS X Tiger?

Post by EvanKTC »

Here's what I've tried:

VMWare, VirtualBox, SheepShaver and QEMU didn't work, and PearPC was really laggy.
Dell Inspiron 5379
Intel i5-8250U
8GB RAM
256GB SSD + 2TB External HDD
Two 1920x1080 monitors
Kubuntu 21.10

SAIYAN48
Posts: 48
Joined: Mon Jan 23, 2017 3:22 am
Location: Ends of Eternity

Re: Emulator for Mac OS X Tiger?

Post by SAIYAN48 »

Something that supports PPC.

d3vi1
Posts: 46
Joined: Wed Apr 13, 2011 6:22 pm

Re: Emulator for Mac OS X Tiger?

Post by d3vi1 »

It works perfectly on VMware Fusion on the newest Macs (or non-Macs if you have VMware Unlocker and FakeSMC). The only requirement is that you patch the CPUID instructions as documented in another thread with:

Code: Select all

cpuid.2.eax="00000101101100001011000100000001"
cpuid.2.ebx="00000000010101100101011111110000"
cpuid.2.ecx="00000000000000000000000000000000"
cpuid.2.edx="00101100101101000011000001001000"
VMware tools don't work, but you can patch VMSvga2 by Zenith432 easily. Here's a build: https://www.icloud.com/iclouddrive/0nNt ... Ig#VMsvga2

You also have the patch: https://www.icloud.com/iclouddrive/0SdD ... .1.0-Tiger

P.S.: It also compiles cleanly for PPC. So assuming that you build a QEMU PPC machine that contains a VMWareGFX card, it should work with macOS X 10.0-10.4. Not really required since QEMU also emulates the ATi Rage 128 chip.

If you boot from the 10.4.11 Server Universal installer ISO and include the normal non-Server ISO in another virtual CD drive, you can also install to SATA drives. 10.4.11 is the first one to support SATA AHCI. Remember that after installing (possibly via terminal) you also need to install the 10.4.11 combo patch before you reboot. If you use IDE, it doesn't matter.

EvanKTC
Posts: 56
Joined: Sat Sep 22, 2018 4:47 pm
Location: Canada
Contact:

Re: Emulator for Mac OS X Tiger?

Post by EvanKTC »

Turns out i'm just really dumb since qemu worked and the problem was that i forgot to point the batch file to my .iso's directory... -_-
Dell Inspiron 5379
Intel i5-8250U
8GB RAM
256GB SSD + 2TB External HDD
Two 1920x1080 monitors
Kubuntu 21.10

SoftWitch
User avatar
Posts: 165
Joined: Thu Feb 20, 2014 8:22 pm
Location: Germany

Re: Emulator for Mac OS X Tiger?

Post by SoftWitch »

Is the focus on PPC important? You could try 10.4.11 Universal with an Intel-powered emulator, since Tiger was the first to run on Intel Macs, although not the first releases. If I remember correctly, it started with 10.4.7 as a special Mac Pro OEM version. Rosetta emulation would take care of PPC apps.
Please don't forget to be respectful to each other.

computerguy382372
Posts: 2
Joined: Wed Sep 06, 2017 12:22 am

Re: Emulator for Mac OS X Tiger?

Post by computerguy382372 »

If you would like you can download a compiled version of pearpc with 10.4 Tiger here

http://www.mediafire.com/file/txfu5u6zv ... c.exe/file

d3vi1
Posts: 46
Joined: Wed Apr 13, 2011 6:22 pm

Re: Emulator for Mac OS X Tiger?

Post by d3vi1 »

Updated the link to the build and source code: https://github.com/d3vi1/VMsvga2-Darwin-Tiger/

Post Reply