diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-24 06:03:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-24 06:03:53 +0100 |
| commit | 8962ab4d633417c9c34b79f6e8435071a639d3ad (patch) | |
| tree | c9c9ea3fb5f7084d54cf3a633b6a9bf91ed02b14 /include | |
| parent | 67a2a7a38c922bc17ea2ce06d28fb4c729cc35a5 (diff) | |
chore: update kernel, nectar modules, update sysroot include as well.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/.keep | 0 | ||||
| -rw-r--r-- | include/system/config.hpp.in | 16 | ||||
| -rw-r--r-- | include/system/ne_kernel.hpp.in | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/include/.keep b/include/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/include/.keep diff --git a/include/system/config.hpp.in b/include/system/config.hpp.in new file mode 100644 index 0000000..1b22387 --- /dev/null +++ b/include/system/config.hpp.in @@ -0,0 +1,16 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/src + +#pragma once + +#include @_TYPES_INCLUDE@ + +#define _ARCH @_ARCH_VER@ +#define _SUBSYSTEM_NET @_NET_VER@ +#define _SUBSYSTEM_DDK @_DDK_VER@ +#define _SUBSYSTEM_SYS @_SYS_VER@ +#define _NEKERNEL @_NEKERNEL_VER@ + + + diff --git a/include/system/ne_kernel.hpp.in b/include/system/ne_kernel.hpp.in new file mode 100644 index 0000000..1cdc33c --- /dev/null +++ b/include/system/ne_kernel.hpp.in @@ -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/nekernel-org/src + +#pragma once + +#include <system/config.hpp> +#include @_NEKERNEL_SYSTEMKIT_PATH@ |
