From a13e1c0911c0627184bc38f18c7fdda64447b3ad Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 19:13:48 +0100 Subject: meta(kernel): Reworked repository's filesystem structure. Removing useless parts of the project too. Signed-off-by: Amlal El Mahrouss --- dev/boot/Mod/SysChk/amd64.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev/boot/Mod/SysChk/amd64.json (limited to 'dev/boot/Mod/SysChk/amd64.json') diff --git a/dev/boot/Mod/SysChk/amd64.json b/dev/boot/Mod/SysChk/amd64.json new file mode 100644 index 00000000..97b6c418 --- /dev/null +++ b/dev/boot/Mod/SysChk/amd64.json @@ -0,0 +1,24 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../", "../../", "../../../kernel", "../../../", "./"], + "sources_path": ["*.cc", "*.S", "../../src/HEL/AMD64/*.cc", "../../src/HEL/AMD64/*.S", "../../src/*.cc"], + "output_name": "syschk.sys", + "compiler_flags": [ + "-nostdlib", + "-std=c++20", + "-fPIC", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17,--image-base,0x10000000,-e,ModuleMain" + ], + "cpp_macros": [ + "__NEOSKRNL__", + "__BOOTZ__", + "__BOOTLDR_STANDALONE__", + "__NE_AMD64__", + "kChkVersionHighest=0x0100", + "kChkVersionLowest=0x0100", + "kChkVersion=0x0100" + ] +} -- cgit v1.2.3