From cdb770f646ad620a76928981b8a5a618207fc82c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 07:16:47 +0100 Subject: [CHORE] System header additions. Signed-off-by: Amlal El Mahrouss --- include/System/Config.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/System/Config.h (limited to 'include/System/Config.h') 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 -- cgit v1.2.3