diff options
| -rw-r--r-- | .github/.keep (renamed from src/.keep) | 0 | ||||
| -rw-r--r-- | README.md | 10 | ||||
| l--------- | include | 1 | ||||
| l--------- | libs | 1 | ||||
| -rw-r--r-- | root/guest/.keep | 0 | ||||
| -rw-r--r-- | root/include/local/.keep | 0 | ||||
| -rw-r--r-- | root/include/super/.keep | 0 | ||||
| -rw-r--r-- | root/libraries/local/.keep | 0 | ||||
| -rw-r--r-- | root/libraries/super/.keep | 0 | ||||
| -rw-r--r-- | root/system/local/.keep | 0 | ||||
| -rw-r--r-- | root/system/super/.keep | 0 | ||||
| m--------- | src/boot | 0 | ||||
| l--------- | src/firmware | 1 | ||||
| l--------- | src/toolchain | 1 | ||||
| -rw-r--r-- | sysroot.sh | 4 |
15 files changed, 9 insertions, 9 deletions
diff --git a/src/.keep b/.github/.keep index e69de29..e69de29 100644 --- a/src/.keep +++ b/.github/.keep @@ -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. @@ -0,0 +1 @@ +root/include/local
\ No newline at end of file @@ -0,0 +1 @@ +src
\ No newline at end of file diff --git a/root/guest/.keep b/root/guest/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/root/guest/.keep diff --git a/root/include/local/.keep b/root/include/local/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/root/include/local/.keep diff --git a/root/include/super/.keep b/root/include/super/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/root/include/super/.keep diff --git a/root/libraries/local/.keep b/root/libraries/local/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/root/libraries/local/.keep diff --git a/root/libraries/super/.keep b/root/libraries/super/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/root/libraries/super/.keep diff --git a/root/system/local/.keep b/root/system/local/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/root/system/local/.keep diff --git a/root/system/super/.keep b/root/system/super/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/root/system/super/.keep diff --git a/src/boot b/src/boot -Subproject 7df7ed6d026c5e1f3b8111e3536af3771301c17 +Subproject 4243516705e4a18cbab62a94975a0d992b21a51 diff --git a/src/firmware b/src/firmware new file mode 120000 index 0000000..18f191d --- /dev/null +++ b/src/firmware @@ -0,0 +1 @@ +boot
\ No newline at end of file diff --git a/src/toolchain b/src/toolchain new file mode 120000 index 0000000..1ea9816 --- /dev/null +++ b/src/toolchain @@ -0,0 +1 @@ +c++tools
\ No newline at end of file diff --git a/sysroot.sh b/sysroot.sh deleted file mode 100644 index e6df12b..0000000 --- a/sysroot.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh - -echo "SysRoot => None have been made." -exit 0 |
