Simplify linker script

This commit is contained in:
Thomas Lovén 2017-10-30 22:33:06 +01:00
parent e016c5dc52
commit f5fb6241f2

View File

@ -2,10 +2,9 @@ ENTRY(_start)
SECTIONS SECTIONS
{ {
.text : AT(ADDR(.text)) .text :
{ {
*(.multiboot) *(.multiboot)
*(.text) *(.text)
. = ALIGN(4096);
} }
} }