Simplify linker script
This commit is contained in:
parent
e016c5dc52
commit
f5fb6241f2
@ -2,10 +2,9 @@ ENTRY(_start)
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
.text : AT(ADDR(.text))
|
||||
.text :
|
||||
{
|
||||
*(.multiboot)
|
||||
*(.text)
|
||||
. = ALIGN(4096);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user