diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:52:25 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:52:25 +0100 |
| commit | 5870e529d9f788588836a9dc9fe8b4f026bfe984 (patch) | |
| tree | e1d4d2f6ebb9df367e6b277b9a0f7584aece0e37 /dev/boot/Mod/NetBoot/build.json | |
| parent | 328487312fbbeb7a2cdf0b5508c74a43cdb5d499 (diff) | |
kernel(fix): Last fixes in order to build NeKernel, and fix CI.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/boot/Mod/NetBoot/build.json')
| -rw-r--r-- | dev/boot/Mod/NetBoot/build.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev/boot/Mod/NetBoot/build.json b/dev/boot/Mod/NetBoot/build.json deleted file mode 100644 index 2c92567d..00000000 --- a/dev/boot/Mod/NetBoot/build.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"], - "output_name": "netboot.sys", - "compiler_flags": [ - "-ffreestanding", - "-nostdlib", - "-std=c++20", - "-fPIC", - "-fno-rtti", - "-fno-exceptions", - "-Wl,--subsystem=17,--image-base,0x10000000,-e,ModuleMain" - ], - "cpp_macros": [ - "__NEOSKRNL__", - "__BOOTZ__", - "__NE_AMD64__", - "kNetBootVersionHighest=0x0100", - "kNetBootVersionLowest=0x0100", - "kNetBootVersion=0x0100" - ] -} |
