diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-07 12:04:07 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-07 12:04:07 +0200 |
| commit | ed5d024c8b4961b6d722bf45d2c98846afdc1191 (patch) | |
| tree | 9c3e710bf1f1c64c7cebbffe8527a7c765b96228 /src/boot.s | |
| parent | a9f29cfe168f634434047b55ab16b760e9020680 (diff) | |
Calling global constructors
Diffstat (limited to 'src/boot.s')
| -rw-r--r-- | src/boot.s | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 /* |
