From e50f871e6852beacb53986f930ed2d5dead84838 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 10 Apr 2025 09:41:33 +0200 Subject: kernel, boot: a lot of improvements regarding memory probing. Signed-off-by: Amlal El Mahrouss --- dev/boot/modules/SysChk/amd64.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dev/boot/modules/SysChk/amd64.json (limited to 'dev/boot/modules/SysChk/amd64.json') diff --git a/dev/boot/modules/SysChk/amd64.json b/dev/boot/modules/SysChk/amd64.json deleted file mode 100644 index 3b5bab6f..00000000 --- a/dev/boot/modules/SysChk/amd64.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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": "chk.efi", - "compiler_flags": [ - "-nostdlib", - "-std=c++20", - "-fPIC", - "-fno-rtti", - "-fno-exceptions", - "-Wl,--subsystem=17,--image-base,0x1000000,-e,SysChkModuleMain" - ], - "cpp_macros": [ - "__NEOSKRNL__", - "__BOOTZ__", - "__BOOTZ_STANDALONE__", - "__NE_AMD64__", - "kChkVersionHighest=0x0100", - "kChkVersionLowest=0x0100", - "kChkVersion=0x0100" - ] -} -- cgit v1.2.3