#include OUTPUT_ARCH(riscv) ENTRY(main) SECTIONS { . = ABSOLUTE(VM_KERN); .text ALIGN(4K) : AT(0) { *(.kernel.start); *(.text*); } }