summaryrefslogtreecommitdiffhomepage
path: root/include/System/Config.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 15:34:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 15:34:19 +0100
commit6eaccbeb057d4080c9b44fddc32e4c284225ee65 (patch)
tree5b15b953f902609a59f4b997f530405c063d1bcd /include/System/Config.h
parentaaec2471dc7dee11d653ee89f893cc7de2d1a803 (diff)
[CHORE] Update system headers, final changes for the structure.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System/Config.h')
-rw-r--r--include/System/Config.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/System/Config.h b/include/System/Config.h
deleted file mode 100644
index 474a107..0000000
--- a/include/System/Config.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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/src
-
-#pragma once
-
-#define _ARCH __ne_arch
-
-#define _SUBSYSTEM_NET 0x1000
-#define _SUBSYSTEM_DDK 0x1000
-#define _SUBSYSTEM_SYS 0x1000
-
-#define _NEKERNEL 202603L
-
-#include <CoreFoundation.fwrk/headers/Foundation.h>
-#include <DiskImage.fwrk/headers/DiskImage.h>
-#include <LaunchHelpers.fwrk/headers/Foundation.h>
-
-