diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 06:55:35 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 06:55:35 +0100 |
| commit | 8600ffcc1ddfc861e761baf2682490061a55cca8 (patch) | |
| tree | c51f0b4ce9fa8565c683be7209890c21ab09a99a /dev/ZBAKit/Modules/SysChk | |
| parent | 708400a70921055b06013f9b149449be64a7d585 (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/SysChk')
| -rw-r--r-- | dev/ZBAKit/Modules/SysChk/build.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": [ |
