- UID
- 437146
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 精华
- 主题
- 回帖
- 0
- 积分
- 370
- PB币
-
- 威望
-
- 贡献
-
- 技术
-
- 活跃
-
|
Success - GM (581) working on a hack! (http://forum.osx86scene.com/viewtopic.php?f=3&t=1995)
I am now proud to tell you that I am running GM, the one found on TL, on my hack (ASUS P5LD2 Deluxe with an ATI X1600 PCIe graphics adapter).
I have modified the install DVD with the patch-it.sh script floating around the net (added a few changes, as described to fit the 9a559 on a SL DVD, to remove the language files to fit on a 4.3GB DVD).
I am using the same kernel and extensions as I have been using on 9a527 and 9a559 (9.0.0b5).
After installing I have booted the system in singleuser mode from the DVD (Hit F8 and give -s as a parameter), mounted the disk on /tmp and replaced the kernel and some extensions.
mount -t hfs /dev/disk0s1 /tmp
cd /tmp/System/Library/Extensions
mkdir /tmp/oldkex
mv AppleSMBIOS.kext /tmp/oldkex
mv AppleACPIPlatform.kext /tmp/oldkex
mv IOATAFamily.kext /tmp/oldkex
mv IOHDIXController.kext /tmp/oldkex
cp -rp /System/Library/Extensions/AppleSMBIOS.kext .
cp -rp /System/Library/Extensions/AppleACPI.kext .
cp -rp /System/Library/Extensions/AppleIOHDIXController.kext .
cp -rp /System/Library/Extensions/ApplePS2Controller.kext .
cp -rp /System/Library/Extensions/dsmos.kext .
cp -rp /System/Library/Extensions/Natit.kext .
cd /
sync
sync
sync
umount /tmp
reboot
And it worked beautifully! I have not been able to get sound working yet, but so far so good!
I am hoping for a new patched release kernel, but this will do for now! |
|