diff options
Diffstat (limited to 'src/init/linker.ld')
-rw-r--r-- | src/init/linker.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init/linker.ld b/src/init/linker.ld index 9f3f4b5..a59308d 100644 --- a/src/init/linker.ld +++ b/src/init/linker.ld @@ -6,6 +6,7 @@ SECTIONS . = 2M; .text BLOCK(4K) : ALIGN(4K) { + *(.text.startup) *(.text) } .rodata BLOCK(4K) : ALIGN(4K) |