From 613293dd42238fdf241d807dd328e1a2621ff048 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 25 Dec 2025 20:05:19 +0100 Subject: feat: kernel: Documentation improvements and specs addition. Signed-off-by: Amlal El Mahrouss --- src/launch/src/CRuntimeZero.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/launch') 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 -- cgit v1.2.3