summaryrefslogtreecommitdiffhomepage
path: root/src/libDDK/libDDK.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 05:48:35 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 05:48:35 +0100
commit38cddd5dc02f886e5cb3a0e386f0f7a1e6c8da86 (patch)
tree69b8bfc0a3fc403abf165d501e18b57e63a2405e /src/libDDK/libDDK.json
parent0871e5925e99e9a6f2d1eaf51ae82c7b4f740560 (diff)
feat: ddk!: Breaking changes, the DDK has been reworked in C++ instead.
chore: public, kernel: fixes and important patches. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libDDK/libDDK.json')
-rw-r--r--src/libDDK/libDDK.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libDDK/libDDK.json b/src/libDDK/libDDK.json
index e07766b2..ce68f149 100644
--- a/src/libDDK/libDDK.json
+++ b/src/libDDK/libDDK.json
@@ -2,12 +2,12 @@
"compiler_path": "x86_64-w64-mingw32-gcc",
"compiler_std": "c++20",
"headers_path": ["../", "./"],
- "sources_path": ["src/*.c", "src/*.cpp", "src/*.S"],
+ "sources_path": ["src/*.cpp", "src/*.S"],
"output_name": "libDDK.dll",
"compiler_flags": [
"-ffreestanding",
"-shared",
- "-std=c17",
+ "-std=c++20",
"-fno-rtti",
"-fno-exceptions",
"-Wl,--subsystem=17"
@@ -20,5 +20,5 @@
"kDDKVersionLowest=0x0100",
"kDDKVersion=0x0100"
],
- "description": "C/C++ Driver Development Kit for the NeKernel stack."
+ "description": "C/C++ Driver Development Kit for the NeKernel System."
}