mittos64/src/kernel/Link.ld

12 lines
114 B
Plaintext

ENTRY(_start)
SECTIONS
{
.text : AT(ADDR(.text))
{
*(.multiboot)
*(.text)
. = ALIGN(4096);
}
}