kernel_ldr: ensure crt0 is at start of output binary
This commit is contained in:
@@ -16,7 +16,7 @@ SECTIONS
|
||||
|
||||
.crt0 :
|
||||
{
|
||||
KEEP (*(.crt0))
|
||||
KEEP (*(.crt0 .crt0.*))
|
||||
. = ALIGN(8);
|
||||
} :krnlldr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user