NP, here is another How-to I found on Google (btw it's done in vmware):
---
IN Order to use this guide, you should know stuff already... not for newbies sorry Sad
1 - Install Darwin 8.0.1
http://www.opendarwin.org
2 - Install MacOS DEV DVD under PearPC (Use the default 3.5 GB Image that Prassys Installer Creates)
http://www.pearpc.net
3 - Get DITTO and PATCHED Rosetta
http://www.strengholt-online.nl/osx_howto/index.htm
4 - Under vmware add more harddisks into your vmware:
1 - Add a new Hard Disk that will be your main hard drive as you will get Ditto and Rosetta from there.
2 - Add a new Hard Disk using the Fake VMDK with your pearpc drive image
Example of a .vmdk file content.
# Disk DescriptorFile
version=1
CID=b25fc458
parentCID=ffffffff
createType="monolithicFlat"
# Extent description
RW 6290928 FLAT "drive.img" 0 <--- the second number in this line is the SIZE in BYTES of your PearPC Image / 512 or ( Size / 512 ).
# The Disk Data Base
#DDB
ddb.cirtualHWVersion = "4"
ddb.geometry.cylinders = "16383"
ddb.geometry.heads = "16"
ddb.geometry.sectors = "63"
ddb.adapterType = "ide"
ddb.toolsVersion = "0"
3 - Make your Vmware cdrom to use the Darwin CD Iso file.
5 - get in darwin and go to /Volumes/YourHD/FolderThatHaveRosettaAndStuff
1 - do a cp -RLv oah750d /Volumes/YourPearPcImage/usr/libexec/oah
2 - Mount your darwin cd by doing :
1 - mkdir /mnt
2 - mount -t cd9660 /dev/diskXsY /mnt
2 - do a cp -RLv /mnt/System/Library/Extensions/ApplePS2Controller.kext /Volumes/YourPearPcImage/System/Library/Extensions
4 - do a cp -RLv /Volumes/YourPearPcImage/System/Library/PrivateFrameworks/Bom.framework /System/Library/PrivateFrameworks
5 - do a tar xvzf ditto.tgz
6 - do a ditto -rsrc /Volumes/YourPearPcImage /
6 - Wait DITTO Finish up.
7 - Get into your mactel installation Smile, go to terminal and issue :
1 - DiskUtil repairPermissions /
2 - Reboot, and voila everything is working.
Fr3DBr's (_8(|)
---