diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-18 11:20:00 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-18 11:20:00 +0100 |
| commit | f471cf287fdef515ced7357aca2f3f47f284998f (patch) | |
| tree | 65ade714b62f95dbe8a1a25be4b3a3c5c4abd079 /dev/Boot/Mod/SysChk | |
| parent | bea589553fa9d33168e42bb83b77591fa8a0cad1 (diff) | |
REFACTOR: ZBAOSLDR to BOOTZ.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/Mod/SysChk')
| -rw-r--r-- | dev/Boot/Mod/SysChk/amd64.json | 2 | ||||
| -rw-r--r-- | dev/Boot/Mod/SysChk/arm64.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/Mod/SysChk/amd64.json b/dev/Boot/Mod/SysChk/amd64.json index 0fdaec50..1b1f7a34 100644 --- a/dev/Boot/Mod/SysChk/amd64.json +++ b/dev/Boot/Mod/SysChk/amd64.json @@ -15,7 +15,7 @@ ], "cpp_macros": [ "__NEOSKRNL__", - "__ZBAOSLDR__", + "__BOOTZ__", "__BOOTLDR_STANDALONE__", "__NE_AMD64__", "kChkVersionHighest=0x0100", diff --git a/dev/Boot/Mod/SysChk/arm64.json b/dev/Boot/Mod/SysChk/arm64.json index 59cb6189..09d86309 100644 --- a/dev/Boot/Mod/SysChk/arm64.json +++ b/dev/Boot/Mod/SysChk/arm64.json @@ -16,7 +16,7 @@ ], "cpp_macros": [ "__NEOSKRNL__", - "__ZBAOSLDR__", + "__BOOTZ__", "__BOOTLDR_STANDALONE__", "__NE_ARM64__", "kChkVersionHighest=0x0100", |
