Skip to content

Commit

Permalink
define monterey version
Browse files Browse the repository at this point in the history
Signed-off-by: Сергей Исаков <sergey@iMac2017.local>
  • Loading branch information
SergeySlice committed Jun 9, 2021
1 parent 704c042 commit b0aac62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Include/Acidanthera/Library/OcAppleKernelLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ typedef enum KERNEL_CACHE_TYPE_ {
#define KERNEL_VERSION_MOJAVE_MIN KERNEL_VERSION (18, 0, 0)
#define KERNEL_VERSION_CATALINA_MIN KERNEL_VERSION (19, 0, 0)
#define KERNEL_VERSION_BIG_SUR_MIN KERNEL_VERSION (20, 0, 0)
#define KERNEL_VERSION_MONTEREY_MIN KERNEL_VERSION (21, 0, 0)

//
// Maximum kernel versions for each release.
Expand All @@ -140,6 +141,7 @@ typedef enum KERNEL_CACHE_TYPE_ {
#define KERNEL_VERSION_HIGH_SIERRA_MAX (KERNEL_VERSION_MOJAVE_MIN - 1)
#define KERNEL_VERSION_MOJAVE_MAX (KERNEL_VERSION_CATALINA_MIN - 1)
#define KERNEL_VERSION_CATALINA_MAX (KERNEL_VERSION_BIG_SUR_MIN - 1)
#define KERNEL_VERSION_BIG_SUR_MAX (KERNEL_VERSION_MONTEREY_MIN - 1)

//
// Prelinked context used for kernel modification.
Expand Down

0 comments on commit b0aac62

Please sign in to comment.