Kumba wrote: > Thiemo Seufer wrote: > > >What's the output of readelf -l for this kernel? > > # mips-unknown-linux-gnu-readelf -l vmlinux > > Elf file type is EXEC (Executable file) > Entry point 0x88144040 > There are 3 program headers, starting at offset 52 > > Program Headers: > Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align > REGINFO 0x1573c0 0x881573c0 0x881573c0 0x00018 0x00018 R 0x4 > LOAD 0x000000 0x88000000 0x88000000 0x16d000 0x194400 RWE 0x10000 The REGINFO looks weird, pointing in the load segment. Maybe readelf -S tells more (especially if compared wit an earlier working version). > PAX_FLAGS 0x000000 0x00000000 0x00000000 0x00000 0x00000 0x4 PAX_FLAGS? Thiemo