summaryrefslogtreecommitdiff
path: root/src/boot.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.s')
-rw-r--r--src/boot.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot.s b/src/boot.s
index 172fd14..a043012 100644
--- a/src/boot.s
+++ b/src/boot.s
@@ -84,6 +84,7 @@ _start:
stack since (pushed 0 bytes so far), so the alignment has thus been
preserved and the call is well defined.
*/
+ call _init
call kernel_main
/*