rnt0

Results 5 comments of rnt0

Thanks, also an update. NoBatteryNoProblem.kext is now working fine. The reason that the system was at maximum power and fans wild was because of idlehalt=0 flag at startup arguments. However...

Update: Version 2.2.1 can compile at High Sierra and don't crash when runt in El Cap. I think we can close the issue with the .kext file. Thank you very...

Crash Report: [Crash.pdf](https://github.com/syscl/CPUTune/files/5006981/Crash.pdf)

I got a compilation error of divergent types between two declarations of kern_os_free, so I watched the code, and noticed that it requires only one argument so I commented the...

Added two semicolons at Kern_util.cpp at lines 96 and 100 and it compiles perfectly. Remaining issues: - Computer can't wake from sleep - Frequency locks at maximum core speed (Still...