@@ -0,0 +1,7 @@
.section .text
.globl _start # Declare _start as global
.extern kmain # Declare the external C function
_start:
call kmain # Call the C kernel entry point
hlt # Halt if kmain returns
The note is not visible to the blocked user.