diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-03 19:58:43 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-03 19:59:29 +0100 |
| commit | 4e7ea02ed492a1fc0b167392361673244f957cce (patch) | |
| tree | e322d501ea922146e735ae7e14fd725cf3935f02 /dev/ZBAKit/Modules/NetBoot/build.json | |
| parent | e2c2361f335a45d1268481c17fea6f50aa03bbff (diff) | |
IMP: Refactor btb rules of SysChk, NetBoot and MakeFramework/MakeApp.
IMP: Rename tools directory to apps.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit/Modules/NetBoot/build.json')
| -rw-r--r-- | dev/ZBAKit/Modules/NetBoot/build.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev/ZBAKit/Modules/NetBoot/build.json b/dev/ZBAKit/Modules/NetBoot/build.json index 0f86ed86..df033057 100644 --- a/dev/ZBAKit/Modules/NetBoot/build.json +++ b/dev/ZBAKit/Modules/NetBoot/build.json @@ -17,9 +17,8 @@ "__NEWOSKRNL__", "__NEWOSLDR__", "__ZKA_AMD64__", - "__BOOTSCR__", - "cSCRVersionHighest=0x0100", - "cSCRVersionLowest=0x0100", - "cSCRVersion=0x0100" + "kNetBootVersionHighest=0x0100", + "kNetBootVersionLowest=0x0100", + "kNetBootVersion=0x0100" ] } |
