kernel_ldr: ensure crt0 is at start of output binary

This commit is contained in:
Michael Scire 2019-12-17 00:42:25 -08:00
parent 25b2a14971
commit d516b6fced

View File

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