SECTIONS { . = 0x1000; .head : { head.o } . = ALIGN(4096); _init_tskcontext = .; _start_context00 = .; .context00 : { ../../../modules/tsk00*.o } _end_context00 = .; . = ALIGN(4096); _start_context01 = .; .context01 : { ../../../modules/tsk01*.o } _end_context01 = .; . = ALIGN(4096); _start_context02 = .; .context02 : { ../../../modules/tsk02*.o } _end_context02 = .; . = ALIGN(4096); _start_context03 = .; .context03 : { ../../../modules/tsk03*.o } _end_context03 = .; . = ALIGN(4096); _start_context04 = .; .context04 : { ../../../modules/tsk04*.o } _end_context04 = .; . = ALIGN(4096); _start_context05 = .; .context05 : { ../../../modules/tsk05*.o } _end_context05 = .; . = ALIGN(4096); _start_context06 = .; .context06 : { ../../../modules/tsk06*.o } _end_context06 = .; . = ALIGN(4096); _start_context07 = .; .context07 : { ../../../modules/tsk07*.o } _end_context07 = .; . = ALIGN(4096); _start_context08 = .; .context08 : { ../../../modules/tsk08*.o } _end_context08 = .; . = ALIGN(4096); _start_context09 = .; .context09 : { ../../../modules/tsk09*.o } _end_context09 = .; _end_tskcontext = .; . = ALIGN(4096); _init_kernel = .; .text : { *(.text) } .data : { *(.data) *(.rodata*) } . = ALIGN(4096); .data.idt : { *(.data.idt) } _edata = .; .bss : {*(.bss)} . = ALIGN(4096); .pagetable : { *(.pagetable)} _end = .; _end_kernel = .; . = ALIGN(4096); _init_allocspace = .; }