deeveedee
macrumors 68000
EDIT4: Apple did publish KDK 15.7.4. This was not Apple's fault.
EDIT5: Leaving the text below just for history, but the problem with <Shift><Command> screenshots was the missing KDK as noted here.
I rebooted and <Shift><Command> screenshots are not working again. Not sure what happened, but the KDK isn't the whole story.
======================================
@amaze1499 It does appear that 15.7.5 is still using the same kernel. Thank you for clarifying.
EDIT: That kills my theory that the KDK was to blame for the non-working screen shots after applying OCLP 2.4.1 and 2.5.0n non-metal NVIdia patches to Sequoia 15.7.x. I guess this is an OCLP bug.
EDIT2: This reports the 15.7.1 kernel as 11417.140.69.701.11 and the 15.7.5 kernel is 11417.140.69.709.8. Not sure if this minor version difference indicates any changes to the 15.7.5 kernel.
EDIT3: These are the xnu kernel version octet definitions that I found
In the macOS XNU kernel version number (e.g.,
xnu-10002.40.63.503.1~1), the 4th and 5th octets (octets 4 and 5) usually represent more granular updates, such as bug fixes, specific kext updates, or minor changes applied to the kernel during the development and stabilization process.
These numbers are part of the xnu build number, which is derived from the CFBundleVersion within the kernel's Info.plist file, and typically increase with each iteration of the kernel, often incrementing rapidly during beta periods.
Breakdown of the XNU version (e.g., xnu-10002.40.63.503.1~1):
I rebooted and <Shift><Command> screenshots are not working again. Not sure what happened, but the KDK isn't the whole story.
======================================
@amaze1499 It does appear that 15.7.5 is still using the same kernel. Thank you for clarifying.
EDIT: That kills my theory that the KDK was to blame for the non-working screen shots after applying OCLP 2.4.1 and 2.5.0n non-metal NVIdia patches to Sequoia 15.7.x. I guess this is an OCLP bug.
EDIT2: This reports the 15.7.1 kernel as 11417.140.69.701.11 and the 15.7.5 kernel is 11417.140.69.709.8. Not sure if this minor version difference indicates any changes to the 15.7.5 kernel.
EDIT3: These are the xnu kernel version octet definitions that I found
In the macOS XNU kernel version number (e.g.,
xnu-10002.40.63.503.1~1), the 4th and 5th octets (octets 4 and 5) usually represent more granular updates, such as bug fixes, specific kext updates, or minor changes applied to the kernel during the development and stabilization process.
These numbers are part of the xnu build number, which is derived from the CFBundleVersion within the kernel's Info.plist file, and typically increase with each iteration of the kernel, often incrementing rapidly during beta periods.
Breakdown of the XNU version (e.g., xnu-10002.40.63.503.1~1):
- Octet 1 (10002): Major XNU version (correlated with the Darwin Kernel version).
- Octets 2 & 3 (40.63): Intermediate build versions, often indicating a specific beta or release candidate stage.
- Octets 4 & 5 (503.1): Further refinements or bug fixes (e.g., specific driver updates) within a release.
- ~1 (After the tilde): Represents the final build number of the specific kernel release.
Last edited: