From 7f71ef8df0c2bc06e303c774bfaaef912e1a9881 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Jan 2026 23:08:29 +0100 Subject: chore: add include folder as well and update README. Signed-off-by: Amlal El Mahrouss --- README.md | 10 +++++----- include | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 include diff --git a/README.md b/README.md index 9c4f45b..cd8cdaa 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# NeKernel.org SuperProject +# NeKernel.org. -It acts as the software distribution of NeKernel. +The software distribution of NeKernel. -This was developed to hold the its components and system root altogether. +Developed to hold the its components and system root altogether. -## The SysRoot Rationale: +## The Rationale. There is three main reasons for this repository's existence: - Hold the codebase in a single repository. - Easier path resolutions based on a virtual root path, i.e (../kernel -> /src/kernel) -- Easier release cycles for NeKernel.org +- Easier cycles and vetting for NeKernel.org releases. ###### Copyright 2025, Amlal El Mahrouss & NeKernel.org Authors. Licensed under Apache 2.0. diff --git a/include b/include new file mode 120000 index 0000000..fa0aea9 --- /dev/null +++ b/include @@ -0,0 +1 @@ +root/include/local \ No newline at end of file -- cgit v1.2.3