From 38cddd5dc02f886e5cb3a0e386f0f7a1e6c8da86 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Mar 2026 05:48:35 +0100 Subject: 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 --- src/libDDK/libDDK.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libDDK/libDDK.json') 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." } -- cgit v1.2.3