About This File
Script to patch the kext AppleIntelCPUPowerManagement to work with locked wrmsr BIOS
Written by el coniglio
Modified by RehabMan
http://olarila.com/forum/viewtopic.php?f=9&t=1003&start=160#p30692
Thanks to flAked and dmazar
http://www.insanelymac.com/forum/index.php?showtopic=258611
How to use:
In terminal
cd ~/Downloads/AICPMPatch
Find wrmsr (do not patch, just list)
perl AICPMPatch.pl /System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/MacOS/AppleIntelCPUPowerManagement
Patch wrmsr
sudo perl AICPMPatch.pl /System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/MacOS/AppleIntelCPUPowerManagement --patch
Update cache
sudo touch /System/Library/Extensions
Recommended Comments