kern: finish implementing assembly init routines

This commit is contained in:
Michael Scire 2020-01-24 00:47:43 -08:00
parent b3bfd6c4c9
commit 32fb22e361
11 changed files with 270 additions and 40 deletions

View file

@ -18,7 +18,7 @@ SECTIONS
.crt0 :
{
KEEP (*(.crt0))
KEEP (*(.crt0 .crt0.*))
. = ALIGN(8);
} :code