summaryrefslogtreecommitdiffhomepage
path: root/include/System
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 07:16:47 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 07:16:47 +0100
commitcdb770f646ad620a76928981b8a5a618207fc82c (patch)
tree566fc6fd4b064c1a019b0018b8e8f9bbfe45e658 /include/System
parent68d88c5968bd690bfd31bd9ad935b13ea23ced7c (diff)
[CHORE] System header additions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System')
-rw-r--r--include/System/Config.h14
-rw-r--r--include/System/Ne.h8
2 files changed, 22 insertions, 0 deletions
diff --git a/include/System/Config.h b/include/System/Config.h
new file mode 100644
index 0000000..3c5f723
--- /dev/null
+++ b/include/System/Config.h
@@ -0,0 +1,14 @@
+// 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/src
+
+#pragma once
+
+#define _ARCH __ne_arch
+
+#define _SUBSYSTEM_NET 0x1000
+#define _SUBSYSTEM_DDK 0x1000
+#define _SUBSYSTEM_SYS 0x1000
+#define _NEKERNEL 202603
+
+#include <CoreFoundation.fwrk/headers/Foundation.h>
diff --git a/include/System/Ne.h b/include/System/Ne.h
new file mode 100644
index 0000000..7b54607
--- /dev/null
+++ b/include/System/Ne.h
@@ -0,0 +1,8 @@
+// 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/src
+
+#pragma once
+
+#include <System/Config.h>
+#include <libSystem/SystemKit/System.h>