summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod/SysChk/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot/Mod/SysChk/build.json')
-rw-r--r--dev/Boot/Mod/SysChk/build.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/Boot/Mod/SysChk/build.json b/dev/Boot/Mod/SysChk/build.json
index cd21e269..2c079889 100644
--- a/dev/Boot/Mod/SysChk/build.json
+++ b/dev/Boot/Mod/SysChk/build.json
@@ -2,7 +2,7 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": ["../", "../../", "../../../Kernel", "../../../", "./"],
- "sources_path": ["*.cc", "*.S"],
+ "sources_path": ["*.cc", "*.S", "../../src/HEL/AMD64/*.cc", "../../src/HEL/AMD64/*.S", "../../src/*.cc"],
"output_name": "syschk.sys",
"compiler_flags": [
"-ffreestanding",
@@ -16,6 +16,7 @@
"cpp_macros": [
"__MINOSKRNL__",
"__ZBAOSLDR__",
+ "__BOOTLDR_STANDALONE__",
"__ZKA_AMD64__",
"kChkVersionHighest=0x0100",
"kChkVersionLowest=0x0100",