summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/.keep (renamed from src/.keep)0
-rw-r--r--README.md10
l---------include1
l---------libs1
-rw-r--r--root/guest/.keep0
-rw-r--r--root/include/local/.keep0
-rw-r--r--root/include/super/.keep0
-rw-r--r--root/libraries/local/.keep0
-rw-r--r--root/libraries/super/.keep0
-rw-r--r--root/system/local/.keep0
-rw-r--r--root/system/super/.keep0
m---------src/boot0
l---------src/firmware1
l---------src/toolchain1
-rw-r--r--sysroot.sh4
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
diff --git a/README.md b/README.md
index 9c4f45b..cd8cdaa 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/include b/include
new file mode 120000
index 0000000..fa0aea9
--- /dev/null
+++ b/include
@@ -0,0 +1 @@
+root/include/local \ No newline at end of file
diff --git a/libs b/libs
new file mode 120000
index 0000000..e831038
--- /dev/null
+++ b/libs
@@ -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