The following perl scripts have been applied to the vanilla kernel for 10.11.0:
#1
#2
perl -pi -e 's|\xe2\x00\x00\x00\x02\x00\x00\x00|\x00\x00\x00\x00\x02\x00\x00\x00|g' kernel
#3
perl -pi -e 's|\xe2\x00\x00\x00\x4c\x00\x00\x00|\x00\x00\x00\x00\x4c\x00\x00\x00|g' kernel
I take no credit for the creation of the perl scripts used.
perl -pi -e 's|\xe2\x00\x00\x00\x90\x01\x00\x00|\x00\x00\x00\x00\x90\x01\x00\x00|g' kernel
Patches #1, #2, and #3 have been documented on this blog by the original owner here. Shout outs to Pike R. Alpha whose code the patches are based on, he lives here.
Tested on EVGA Z87 FTW
Please let me know if it works well for you so I can confirm the amount of success users are having. Thanks
Is it really as easy as the steps outlined above...[►source]
Post a Comment