summaryrefslogtreecommitdiffhomepage
path: root/drivers
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-13 21:38:08 +0100
committerGitHub <noreply@github.com>2026-03-13 21:38:08 +0100
commit945183fc0b4574cc8b2da74693c5fb5705f2e408 (patch)
tree3dd671908f8398394a7763468b8c01d66d6c8a82 /drivers
parent1aad3e2aa11cd56fc12d0e1e5d398921d7cef911 (diff)
parente5b489379594410ac20f293fd4d35ee494fed3d3 (diff)
Merge pull request #11 from ne-foss-org/ne_system-new-architecture
[FEAT] Ne system new architecture
Diffstat (limited to 'drivers')
-rw-r--r--drivers/X11.drv/X11.json21
-rw-r--r--drivers/X11.drv/dist/.keep0
2 files changed, 21 insertions, 0 deletions
diff --git a/drivers/X11.drv/X11.json b/drivers/X11.drv/X11.json
new file mode 100644
index 0000000..a53c801
--- /dev/null
+++ b/drivers/X11.drv/X11.json
@@ -0,0 +1,21 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++",
+ "compiler_std": "c++20",
+ "headers_path": ["../", "./", "../../../src", "../../../src/kernel"],
+ "sources_path": ["src/*.cc"],
+ "output_name": "./dist/x11.ddk.out",
+ "compiler_flags": [
+ "-ffreestanding",
+ "-shared",
+ "-fno-rtti",
+ "-fno-exceptions",
+ "-Wl,--subsystem=17"
+ ],
+ "cpp_macros": [
+ "kKTVersion=0x0100",
+ "kKTVersionHighest=0x0100",
+ "kKTVersionLowest=0x0100",
+ "__NE_AMD64__"
+ ]
+ }
+
diff --git a/drivers/X11.drv/dist/.keep b/drivers/X11.drv/dist/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/drivers/X11.drv/dist/.keep