summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-23 02:41:00 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-23 02:41:00 -0500
commit35a6a5c870164947ce4e865b30e8b93f320d0ab5 (patch)
tree6dc372290330fdba430b9821c327de9aba5d9de7 /README.md
parentc0788e4d6ae801f13f242b252ea9d0084c30c04a (diff)
feat: libsteps: error handling and parsing functions/operators.
feat: mimick nekernel filesystem tree in repository as well. feat: update modules as well. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 41e933d..947a4fd 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,17 @@
<img src="./meta/readme-logo.png"/>
-This repository was made to put the NeKernel components together. Acting as the software distribution for NeKernel.
+The system repository was developed to hold the NeKernel components together. Acting as the software distribution for NeKernel.
-## Why?
+## Purpose
+
+The purpose is the following:
- Hold the codebase in a single repository, it is way more maintable than a fragmented one.
- Easier paths based on the `system` path, i.e (../nekernel -> /system/dev/nekernel)
- One system release is easier than releasing each component on its own.
+## Note:
+
+- `dev` stands for develop, not the device directory.
+
###### Copyright 2025 - Amlal El Mahrouss & NeKernel.org Contributors. Licensed under Apache 2.0.