From ed5d024c8b4961b6d722bf45d2c98846afdc1191 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Thu, 7 Oct 2021 12:04:07 +0200 Subject: Calling global constructors --- src/boot.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot.s') 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 /* -- cgit v1.2.3