summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 11:37:22 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 11:37:22 +0100
commit16a70270c3edb8bba61c86541e74c9a2d6a9e76e (patch)
tree16a8244afefe0e1eea94267fa1c4d6ddef199280
parent59b25ed4f5628a3414e0f0a3b55bd239a161ffae (diff)
[CHORE] Update kernel module and X11 files additions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--frameworks/libX11.fwrk/libX11.fwrk.json2
-rw-r--r--frameworks/libX11.fwrk/src/X11Connection.cpp7
m---------src/kernel0
3 files changed, 8 insertions, 1 deletions
diff --git a/frameworks/libX11.fwrk/libX11.fwrk.json b/frameworks/libX11.fwrk/libX11.fwrk.json
index 2fb695e..8e120d3 100644
--- a/frameworks/libX11.fwrk/libX11.fwrk.json
+++ b/frameworks/libX11.fwrk/libX11.fwrk.json
@@ -2,7 +2,7 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": ["../", "./", "../../../src", "../../../src/kernel"],
- "sources_path": ["src/*.cc"],
+ "sources_path": ["src/*.cpp"],
"output_name": "./dist/libX11.fwrk.dylib",
"compiler_flags": [
"-ffreestanding",
diff --git a/frameworks/libX11.fwrk/src/X11Connection.cpp b/frameworks/libX11.fwrk/src/X11Connection.cpp
new file mode 100644
index 0000000..ad4f054
--- /dev/null
+++ b/frameworks/libX11.fwrk/src/X11Connection.cpp
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: Apache-2.0
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (see LICENSE file)
+// Official repository: https://github.com/ne-foss-org/ne_system
+
+#include <libSystem/SystemKit/System.h>
+
diff --git a/src/kernel b/src/kernel
-Subproject ff3da8a2fac35cd587d3cbd4699bf3adece767a
+Subproject df831b1b73de1a15109be2f85eee7e10326fe0a