Here's what I would like:
readelf -l kernel:
Code: Select all
Elf file type is EXEC (Executable file)
Entry point 0xff10000c
There is 1 program header, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x001000 0xff100000 0x00100000 0x08000 0x31740 RWE 0x1000
Section to Segment mapping:
Segment Sections...
00 .text .data .pdata .tdata .ttext .bss
Code: Select all
Elf file type is EXEC (Executable file)
Entry point 0xf8000000
There is 1 program header, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x001000 0xf8000000 0x00110000 0x01195 0x01220 RWE 0x1000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
Code: Select all
Elf file type is EXEC (Executable file)
Entry point 0xff10000c
There are 2 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x001000 0xff100000 0x00100000 0x08000 0x31740 RWE 0x1000
LOAD 0x001000 0xf8000000 0x00110000 0x01195 0x01220 RWE 0x1000