diff options
| -rw-r--r-- | .github/.keep | 0 | ||||
| -rw-r--r-- | README.md | 21 | ||||
| -rw-r--r-- | meta/png/logo.png | bin | 887313 -> 0 bytes | |||
| -rw-r--r-- | patches/.keep | 0 | ||||
| -rw-r--r-- | sysroot.sh | 4 |
5 files changed, 11 insertions, 14 deletions
diff --git a/.github/.keep b/.github/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.github/.keep @@ -1,20 +1,13 @@ -<img src="./meta/png/logo.png"/> +# SysRoot -The system repository was developed to hold the NeKernel components together. - -Acting as the software distribution for NeKernel. +Acting as the software distribution for NeKernel. this was developed to hold the its components and sysroot altogether. ## Reasons: -There is three main reasons for this repository: - -- 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 (../kernel -> /system/src/kernel) -- One central system release is easier than releasing each component on its own. - -## Notes +There is three main reasons for this repository's existence: -- `include` is for the system libraries (libSystem, libDDK) and other third-party installed libraries headers. -- `devices` and `network` are for network and standard devices on NeKernel. +- Hold the codebase in a single repository, that is way more maintable than a fragmented one. +- Easier path resolutions based on a virtual root path, i.e (../kernel -> /src/kernel) +- Making releases cycle much more easier to document and do than before. -###### Copyright 2025, Amlal El Mahrouss & NeKernel.org Contributors. Licensed under Apache 2.0. +###### Copyright 2025, Amlal El Mahrouss & NeKernel.org Authors. Licensed under Apache 2.0. diff --git a/meta/png/logo.png b/meta/png/logo.png Binary files differdeleted file mode 100644 index b7ec578..0000000 --- a/meta/png/logo.png +++ /dev/null diff --git a/patches/.keep b/patches/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/patches/.keep diff --git a/sysroot.sh b/sysroot.sh new file mode 100644 index 0000000..e6df12b --- /dev/null +++ b/sysroot.sh @@ -0,0 +1,4 @@ +#! /bin/sh + +echo "SysRoot => None have been made." +exit 0 |
