MacNB
MacNB
No problem. Yes I compiled it myself. OS: 10.12. All working fine. Xcode: 7.0.1 In xcode I click Product->build for->Running. Builds successfully. i change owner & permissions for the built...
Hi Piker-Alpha Sorry I didn't get back to you. Recap: Xeon E5450 CPU, on Sierra 10.12.3; on kextload of v2.1, system reboots. Loading it on El Capitan 10.11.6, it's the...
Hi Piker-Alpha I edited the AppleIntelInfo.h and changed the build settings as follows: ``` /* * Build settings (0 = disable feature / 1 = enable feature) */ #define REPORT_MSRS...
Thx Piker-Alpha. I made the following changes: ```//============================================================================== bool AppleIntelInfo::start(IOService *provider) { if (IOService::start(provider)) { simpleLock = IOSimpleLockAlloc(); if (simpleLock) { // mCtx = vfs_context_current();
@Piker-Alpha Many thanks (as always) for spending your precious spare time for the community. The new version builds fine but has dependency issues and does not load at all. ```...
@Piker-Alpha Thx. Dependencies fixed but this new v2.3 reboots my laptop (Sandybridge i5-2410M CPU). I went back to v2.2 on the laptop and that works fine. On the two desktops...
Yes I built it my self. Used Xcode 8.2.1
OK Thx. I commented out that line 1005 and now it loads on the laptop with i5-2410M CPU. Still no joy on the desktops (with Xeon E5450 & Q9300 CPUs).
Thx for your perseverance. Made those changes you mentioned (hopefully) but no change -- still reboots. I commented-out the following lines: ``` // IOLOG("MSR_PKGC6_IRTL...................(0x60b) : 0x%llX\n", (unsigned long long)rdmsr64(MSR_PKGC6_IRTL)); //...
Yes I used your latest sources, changes the build settings as per your last msg above. I even commented out the previous four IOLOG statements but still reboots. Some access...