summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-18 17:22:46 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-18 17:22:46 +0100
commitc723b1c836294e42f19a82c7d663030837704d0d (patch)
tree89e4cc7d0715e7b12ebb3f10e9602bb819993ba4
parent1d81e061a71162e0de392c8fa600cec46e716fa3 (diff)
ADD: symlinks to simplify devloper experience.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
l---------boot1
l---------kernel1
l---------modules1
l---------syscalls1
l---------usr1
5 files changed, 5 insertions, 0 deletions
diff --git a/boot b/boot
new file mode 120000
index 00000000..f791066d
--- /dev/null
+++ b/boot
@@ -0,0 +1 @@
+dev/Boot/ \ No newline at end of file
diff --git a/kernel b/kernel
new file mode 120000
index 00000000..85b1d35f
--- /dev/null
+++ b/kernel
@@ -0,0 +1 @@
+dev/Kernel/ \ No newline at end of file
diff --git a/modules b/modules
new file mode 120000
index 00000000..2db0d53f
--- /dev/null
+++ b/modules
@@ -0,0 +1 @@
+dev/Mod/ \ No newline at end of file
diff --git a/syscalls b/syscalls
new file mode 120000
index 00000000..fbb7db52
--- /dev/null
+++ b/syscalls
@@ -0,0 +1 @@
+dev/LibSCI/ \ No newline at end of file
diff --git a/usr b/usr
new file mode 120000
index 00000000..c304bf80
--- /dev/null
+++ b/usr
@@ -0,0 +1 @@
+dev/Usr/ \ No newline at end of file