From 37380ee055e96f7ba33f24c34d1c520bfda26b5b Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 16 Jul 2021 19:59:20 +0200 Subject: [PATCH] added comment for jump to init --- kinclude/boot.S | 1 + 1 file changed, 1 insertion(+) diff --git a/kinclude/boot.S b/kinclude/boot.S index 5dedc41..f42b1e9 100644 --- a/kinclude/boot.S +++ b/kinclude/boot.S @@ -52,6 +52,7 @@ _start: la a2, __bss_end jal memset + // jump to init jal init // halt machine after returning from init