View Single Post
 
Old 02-17-2010, 06:57 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by kocoman View Post
Is it possible to add 0x2592 (GMA900/915) to it? I am still using Elliot's driver.. I tried to put Elliot and patched AppleIntegratedGMA into Extra (I even tried to add the 3 extra dependencies..) anyway that didn't work so I had to put it in the /S/L/E...

Another problem was the mach_kernel.. put the patched one into /Extra but it didn't work..
Should be possible if you replace a compatible id (check Info.plist for wich ones are present).
For patching the binary replace the byte swapped id:
-- Example --
Thus in Info.plist:
0x27A28086

Becomes in binary:
86 80 A2 27

Replace the device id closest to your card with your one...
Checked...
0x25828086 in Info.plist becomes
0x25928086
for both plists

for both binaries use 0xED to search and replace (in hex).
86 80 82 25
to
86 80 92 25

Binaries are allways present in Contents/MacOS (if you didn't know it).
Install both in S/L/E instead of original kexts.

Follow other steps in tutorial and if the bootloader install fails install Chameleon 2 RC4 stock and replace boot with the attached one...
Hope this helps you out...
Attached Files
File Type: zip boot.zip (88.3 KB, 60 views)
Reply With Quote