From 8600ffcc1ddfc861e761baf2682490061a55cca8 Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 30 Oct 2024 06:55:35 +0100 Subject: 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 --- dev/ZBAKit/Modules/NetBoot/build.json | 2 +- dev/ZBAKit/Modules/SysChk/build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZBAKit/Modules') 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": [ -- cgit v1.2.3