summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/modules/NetBoot/build.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-27 17:25:44 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-27 17:26:19 +0100
commitaaf32c5873e6f9257315b3ccaf10233f2b2e84b1 (patch)
tree69f845359e3327e335c55b575742f8145ec7b26d /dev/boot/modules/NetBoot/build.json
parentb8f7ef086d1d1b1cd686fff04d0a587f8fd39d81 (diff)
meta: forgot to commit previous change of NetBoot's build.json -> amd64.json
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/modules/NetBoot/build.json')
-rw-r--r--dev/boot/modules/NetBoot/build.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev/boot/modules/NetBoot/build.json b/dev/boot/modules/NetBoot/build.json
deleted file mode 100644
index db035094..00000000
--- a/dev/boot/modules/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", "../../src/HEL/AMD64/*.cc", "../../src/HEL/AMD64/*.S", "../../src/*.cc"],
- "output_name": "netboot.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__",
- "kNetBootVersionHighest=0x0100",
- "kNetBootVersionLowest=0x0100",
- "kNetBootVersion=0x0100"
- ]
-}