Hello,
It seems that after a sleep of the computer (MBP), the bit is reset to a default value (which is : Turbo Boost Enabled).
As from the current implementation of the Kext, changes are only done on load and unload of the Kext. There is no monitoring of the value of the bit.
Perhaps one solution would be to catch the sleep / wake events and act accordingly, but then we don't know when the bit is reset - before, or after such event is caught.
Another option would be to monitor from time to time the bit ; and reset it to "Disabled" when we detect a change.
Hello,
It seems that after a sleep of the computer (MBP), the bit is reset to a default value (which is : Turbo Boost Enabled).
As from the current implementation of the Kext, changes are only done on load and unload of the Kext. There is no monitoring of the value of the bit.
Perhaps one solution would be to catch the sleep / wake events and act accordingly, but then we don't know when the bit is reset - before, or after such event is caught.
Another option would be to monitor from time to time the bit ; and reset it to "Disabled" when we detect a change.