Contents of kernel.map:
Code: Select all
Memory Configuration
Name Origin Length Attributes
*default* 0x00000000 0xffffffff
Linker script and memory map
0x00100000 phys = 0x100000
.text 0x00100000 0x2c
*(.text)
.text 0x00100000 0x1c start.o
0x0010000f start
.text 0x0010001c 0x10 kernel.o
0x0010001c main
.data 0x0010002c 0x0
*(.data)
.data 0x0010002c 0x0 start.o
.data 0x0010002c 0x0 kernel.o
.bss 0x0010002c 0x2000
*(.bss)
.bss 0x0010002c 0x2000 start.o
.bss 0x0010202c 0x0 kernel.o
LOAD start.o
LOAD kernel.o
OUTPUT(kernel.bin binary)
.comment 0x00000000 0x2e
.comment 0x00000000 0x2e kernel.o
.note.GNU-stack
0x00000000 0x0
.note.GNU-stack
0x00000000 0x0 kernel.o