#1
|
||||
|
||||
10.7.4 AMD Kernel
This is my assembly of 11.4.0 XNU / Lion Kernel patches. I started this with the aim to achieve the most optimal function on my AMD FX equipt workstation, even though it also works on many other AMD & legacy-Intel machines with some limitation, as it is based on the patches made for previous versions of the XNU Kernel. Release Notes:
Download: last update: 2012-07-18 Download XNU Kernel only: CLICK HERE TO DOWNLOAD LATEST KERNEL Mirror: ifolder.ru / 4shared (by starwa314) Download XNU including source code & past test series: xup.in / ifolder.ru Would be great if someone would contribute to this. In case you gonna do, please consider to keep the source code avaible to the public. This release is the effort of many people, without open source it would not be. How-To fix 32-Bit Apps in 64-Bit mode As the Kernel features some patch made by AnV that automaticaly turns code signature to valid, I was able to fix 32-Bit Apps to work on 64-Bit enabled AMD machines (Bulldozer). This requires sysenter traps to be patched in /usr/lib/dyld and /usr/lib/system/libsystem_kernel.dylib There is a Lion compatible Version of amd_insn_patcher by AnV that works for Lion. Old versions will not work as the sysenter trap has changed in Lion. Get it from here: http://osx86.co/f36/legacy-kernel-10...post55947.html Usage: amd_insn_patcher unpatched_file patched_file Be sure to fix file permissions before you copy over & use "sudo update_dyld_shared_cache" afterwards. So far all my Apps 32- & 64-Bit are working without issues. credit & respect to: bronzovka, mercurysquad, semthex, quoopz, Kabyl, AnV, kaitek, ovof / paulicat, apocolipse & anyone who may have been forgotten to be mentioned here Last edited by R:A:W:X86; 08-17-2012 at 12:25 PM. Reason: edited for reasons of clarity and comprehensibility |
#2
|
|||
|
|||
Can you give me link to download ! please!
|
#3
|
||||
|
||||
Download is avaible from ifolder.ru or xup.in
|
#4
|
|||
|
|||
@R:A:W:X86
Thanks for the legacy kernel 11.4.0 Confirmed! It also works on my AMD + system.kext 10.7.4 (no boot-errors found) |
#5
|
|||
|
|||
awesome!!!
Your kernel can work nearly perfect on my AMD Athlon II X4 620 (Lion 10.7.4). I am very happy!!! Thank you so much for your hard work. (I am a user from Thailand) |
#6
|
|||
|
|||
Can you please add the AMD Athlon X2 7550 Processor? I have been unsuccessful every single time to get it to detect when I did it
Family 10 Model 2 thanks so much! |
#7
|
||||
|
||||
Macmini early 2006 /blanGsak 10.7.2 Acer 8930 G / core2duo T6500 / NV 9600 GS m / Lion 10.7.3 / ML 10.8.2 / w7/8 Asus M5A97pro / FX 8350 / Asus HD 7950 CUII v2 GA-78LMT SP2 / FX 6100 / P x4 960t / Sapphire HD 4850 1024 MSI K9neo v1 / Atlon 4800+/ Gigabyte HD 5450 512 test kernel 12.0 AMD Tuto : http://www.hack-my-mac.fr/index.php/...fx-buldo#28896 CG opérationnelle : HD 5450 512 / HD 4850 1 / GT 610 |
#8
|
|||
|
|||
No, is 32 bit only (Checked with sudo ditto sudo ditto --arch x86_64 /Volumes/Lion\ HD/mach_kernel /Volumes/Lion\ HD/mach_kernel_x64, it didn't gave any output)
64 bit is harder to get it working properly, because of all the dyld/sysenter/syscall stuff. Thanks R:A:W:X86 PD: With your kernel, is necessary to have the 10.7.3 AppleFileSystemDriver.kext??? Are there the new kernel symbols??? System
|
#9
|
||||
|
||||
Hey R.A.W.X86
Tried your kernel after installing 10.7.4 combo update and have lost the ability to connect to my wireless network. Was working with the 10.7.3 kernels and 10.7.3 & lower. I have tried reinstalling 10.7.0 with your 10.7.4 kernel and installation is ok, errors during verbose boot after install but setup ok, unfortunately the wireless card will not connect to my network. It is a failing at the WPA2 password says it has timed out. Going back to 10.7.3 for now. |
#10
|
||||
|
||||
hello ,
thank , <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>custom</string> <key>Kernel Flags</key> <string>-legacy</string> <key>PCIRootUID</key> <string>1</string> <key>GraphicsEnabler</key> <string>No</string> <key>Boot Graphics</key> <string>Yes</string> <key>Quiet Boot</key> <string>No</string> <key>Timeout</key> <string>5</string> <key>npci</key> <string>0x2000</string> <key>EthernetBuiltIn</key> <string>Yes</string> <key>Legacy Logo</key> <string>Yes</string> <key>UseKernelCache</key> <string>No</string> </dict> </plist> ça reste vraiment faiblare !! 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. Macmini early 2006 /blanGsak 10.7.2 Acer 8930 G / core2duo T6500 / NV 9600 GS m / Lion 10.7.3 / ML 10.8.2 / w7/8 Asus M5A97pro / FX 8350 / Asus HD 7950 CUII v2 GA-78LMT SP2 / FX 6100 / P x4 960t / Sapphire HD 4850 1024 MSI K9neo v1 / Atlon 4800+/ Gigabyte HD 5450 512 test kernel 12.0 AMD Tuto : http://www.hack-my-mac.fr/index.php/...fx-buldo#28896 CG opérationnelle : HD 5450 512 / HD 4850 1 / GT 610 Last edited by gils; 05-20-2012 at 01:50 PM. |