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 committed by SciresM
parent 8efdd04fcd
commit 3c7c1fbd8a

View file

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