summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/modules/NetBoot/build.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-27 17:24:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-27 17:24:21 +0100
commitb8f7ef086d1d1b1cd686fff04d0a587f8fd39d81 (patch)
treeb6c2eb3ca2c51dc87ddd81b6170d5f63eabb9090 /dev/boot/modules/NetBoot/build.json
parenteb86df50ec5afb392998e2e171de54e1f26d8e7a (diff)
add: new driver device kit API. (DDK)
refactor: rename SCIKit -> user (then libuser.dylib) boot/modules/netboot: fixed compilation for amd64. 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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/modules/NetBoot/build.json b/dev/boot/modules/NetBoot/build.json
index 2c92567d..db035094 100644
--- a/dev/boot/modules/NetBoot/build.json
+++ b/dev/boot/modules/NetBoot/build.json
@@ -2,10 +2,9 @@
"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": "netboot.sys",
"compiler_flags": [
- "-ffreestanding",
"-nostdlib",
"-std=c++20",
"-fPIC",
@@ -16,6 +15,7 @@
"cpp_macros": [
"__NEOSKRNL__",
"__BOOTZ__",
+ "__BOOTLDR_STANDALONE__",
"__NE_AMD64__",
"kNetBootVersionHighest=0x0100",
"kNetBootVersionLowest=0x0100",