ENTRY(kernel_main) SECTIONS { . = 0xFFFFFFFF80020000; .text : { *(.text) } .data : { *(.data) } .bss : { *(.bss) } }