summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/Modules
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-10-30 06:55:35 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2024-10-30 06:55:35 +0100
commit8600ffcc1ddfc861e761baf2682490061a55cca8 (patch)
treec51f0b4ce9fa8565c683be7209890c21ab09a99a /dev/ZBAKit/Modules
parent708400a70921055b06013f9b149449be64a7d585 (diff)
FIX: Scheduler should always check for a valid image, even for DLLs.
FIX: Fix ZBA modules btb files. FIX: Don't put while statement on page allocation. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit/Modules')
-rw-r--r--dev/ZBAKit/Modules/NetBoot/build.json2
-rw-r--r--dev/ZBAKit/Modules/SysChk/build.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBAKit/Modules/NetBoot/build.json b/dev/ZBAKit/Modules/NetBoot/build.json
index dfa39ac5..0f86ed86 100644
--- a/dev/ZBAKit/Modules/NetBoot/build.json
+++ b/dev/ZBAKit/Modules/NetBoot/build.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
- "headers_path": ["../", "../../", "../../../zka", "../../../", "./"],
+ "headers_path": ["../", "../../", "../../../ZKAKit", "../../../", "./"],
"sources_path": [".cc", "*.S"],
"output_name": "netboot.sys",
"compiler_flags": [
diff --git a/dev/ZBAKit/Modules/SysChk/build.json b/dev/ZBAKit/Modules/SysChk/build.json
index 299b0acf..524fc0ff 100644
--- a/dev/ZBAKit/Modules/SysChk/build.json
+++ b/dev/ZBAKit/Modules/SysChk/build.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
- "headers_path": ["../", "../../", "../../../zka", "../../../", "./"],
+ "headers_path": ["../", "../../", "../../../ZKAKit", "../../../", "./"],
"sources_path": ["*.cc", "*.S"],
"output_name": "syschk.sys",
"compiler_flags": [