diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 02:41:00 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 02:41:00 -0500 |
| commit | 35a6a5c870164947ce4e865b30e8b93f320d0ab5 (patch) | |
| tree | 6dc372290330fdba430b9821c327de9aba5d9de7 /README.md | |
| parent | c0788e4d6ae801f13f242b252ea9d0084c30c04a (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.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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. |
