blob: b07ac6e1b47a2e2340eb93f5baf84ab0d4945a82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<img src="./meta/readme-logo.png"/>
The system repository was developed to hold the NeKernel components together. Acting as the software distribution for NeKernel.
## 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 central system release is easier than releasing each component on its own.
## Notes
- `dev` stands for develop, not the device directory.
- `include` is for libSystem and other installed library headers.
- `devices` and `network` are for network and standard devices on NeKernel.
###### Copyright 2025 - Amlal El Mahrouss & NeKernel.org Contributors. Licensed under Apache 2.0.
|