summaryrefslogtreecommitdiffhomepage
path: root/src/launch
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-25 20:05:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-25 20:05:19 +0100
commit613293dd42238fdf241d807dd328e1a2621ff048 (patch)
treee60ae44847a58d0a8b9a98a09a1c5955ea7655f0 /src/launch
parentdbcc2fdb13815a71d2c4b99bb44e8fa437fb4094 (diff)
feat: kernel: Documentation improvements and specs addition.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/launch')
-rw-r--r--src/launch/src/CRuntimeZero.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/launch/src/CRuntimeZero.S b/src/launch/src/CRuntimeZero.S
index 4f983b46..6a6d3257 100644
--- a/src/launch/src/CRuntimeZero.S
+++ b/src/launch/src/CRuntimeZero.S
@@ -10,6 +10,9 @@
.extern ThrExitMainThread
.globl _NeMain
+/** This should not be touched unless there's a **really** valid reason to it.
+ \note This helps start the ne_launch program.
+*/
_NeMain:
push %rbp
movq %rsp, %rbp