diff --git a/src/arch/x86_64/linker.ld b/src/arch/x86_64/linker.ld index 84f6b0fb..255c96ca 100644 --- a/src/arch/x86_64/linker.ld +++ b/src/arch/x86_64/linker.ld @@ -19,14 +19,9 @@ ENTRY(start) SECTIONS { . = 1M; - .boot : - { + .text : { /* ensure that the multiboot header is at the beginning */ KEEP(*(.multiboot)) - } - - .text : - { *(.text .text.*) }