Nikita Kozlov
Nikita Kozlov
Unfortunately, it does not compile anymore on Xcode-beta 3: ``` /Users/nk2/Desktop/CPUTune/CPUTuneCore/CPUTune/kern_util.hpp:109:10: Conflicting types for 'kern_os_free' ```
Commenting out line 107 in `kern_util.hpp`: `void kern_os_free(void* addr, size_t nsize);` And casting `void*` to `uint8_t*` in `kern_util.cpp`: `buffer = (uint8_t*) kern_os_malloc(sizeof(uint8_t) * (bytes + 1));` Seems to fix compiling...
I've built the latest version you've provided. Unfortunately, it still crashes ``` panic(cpu 0 caller 0xffffff801d3e6f86): Kernel trap at 0xffffff7fbc49e2b0, type 13=general protection, registers: CR0: 0x0000000080010033, CR2: 0xffffffa0a8185000, CR3: 0x0000000031561000,...
This kext is crashing on system boot. I did not change any prefs in kext, though I will provide defaults below.
No, I didn't create any configs in /tmp The kext does not load properly and causes kernel panic on system boot, so I can't even start macOS to test things...
I've disabled secure boot and sip and then I've just pasted it to /S/L/E and rebuilt caches using [this utility](https://github.com/chris1111/Kext-Droplet-Big-Sur). (And added -v -cputbeta to boot-args) Actually, I can boot...