diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:03:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:06:33 +0100 |
| commit | eb5271c14e02aab956ab53f5e74290bca495e2ff (patch) | |
| tree | 2fb4fd88baa4b67852ac8ae13a02cad274d4693c /dev/Boot/Mod/SysChk/build.json | |
| parent | 46a2b68fa4d69df59b21afb04d5382293f005137 (diff) | |
See details of commit.
IMPL: Better Bootloader architecture.
FIX: Remove overcomplicated FbMgr code.
IMPL: Implement the SwapMgrDisk function to dump process data to disk.
FIX: Fix the format system in Boot.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/Mod/SysChk/build.json')
| -rw-r--r-- | dev/Boot/Mod/SysChk/build.json | 3 |
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", |
