Hi all, I tried to stick the kernel start address to 0x80100000 and modified vmlinux.ld.S like this: .text : { arch/mips/kernel/head.o(.init.text) *(.text) SCHED_TEXT LOCK_TEXT *(.fixup) *(.gnu.warning) } =0 After some tests, it seems to work well. Is this a good way to stick the kernel start address to 0x80100000? Regards, Colin