1 2 3 4 5 6 7 8 9
MEMORY { kernel_space (rwx) : ORIGIN = 0x80200000, LENGTH = 128 } SECTIONS { .text : { infinite.o(.text.kernel) } > kernel_space }