cuber / DisableTurboBoostBattery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisableTurboBoostBattery

A simple kernel extension to turn off Intel's Turbo Boost when the power adapter is unplugged and, of course, to turn it back on when it is plugged in again.

Pretty much none of the code is mine:
	the actual code that disables Turbo Boost is Copyright (c) 2012 Adam Strzelecki and was taken from here: https://github.com/nanoant/DisableTurboBoost.kext/
	the code that monitors the power state is Copyright 2012 Pavel Prokofiev. All rights reserved and was taken from here: http://code.google.com/p/macosx-nosleep-extension/

Inspiration was also taken from InsomniaX: http://code.google.com/p/insomnia-kext/

A binary for OS X 10.8, 64-bit can be found here: http://forum.osxlatitude.com/index.php?/topic/2263-disable-intel-turbo-boost-on-battery-power/

About


Languages

Language:C++ 73.0%Language:C 27.0%