ENTRY(kern_test_init) SECTIONS { seg_kernel_code : { *(.kinit) *(.text) } seg_kernel_data : { *(.kdata) } }