summaryrefslogtreecommitdiff
path: root/src/boot.s
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2021-10-07 12:04:07 +0200
committerAleksa Vučković <aleksav013@gmail.com>2021-10-07 12:04:07 +0200
commited5d024c8b4961b6d722bf45d2c98846afdc1191 (patch)
tree9c3e710bf1f1c64c7cebbffe8527a7c765b96228 /src/boot.s
parenta9f29cfe168f634434047b55ab16b760e9020680 (diff)
Calling global constructors
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
/*