ENTRY (start) SECTIONS { . = 0x80100000; .text : { *(.text*) *(.rodata*) } .data : { *(.data*) } .bss : { *(.bss*) *(COMMON*) } kernel_end = .; }