how can I objdump the kernel.bin for bran's OS
Posted: Mon Sep 08, 2008 3:22 am
I use DJGPP to build the bran's OS successfully.
but I can not use objdump(DJGPP) to get the full information of kernel.bin
objdump -b binary -x kernel.bin
kernel.bin: file format binary
kernel.bin
architecture: UNKNOWN!, flags 0x00000000:
start address 0x00000000
Sections:
Idx Name Size VMA LMA File off Algn
0 .data 00002000 00000000 00000000 00000000 2**0
CONTENTS, ALLOC, LOAD, DATA
SYMBOL TABLE:
no symbols
but I can not use objdump(DJGPP) to get the full information of kernel.bin
objdump -b binary -x kernel.bin
kernel.bin: file format binary
kernel.bin
architecture: UNKNOWN!, flags 0x00000000:
start address 0x00000000
Sections:
Idx Name Size VMA LMA File off Algn
0 .data 00002000 00000000 00000000 00000000 2**0
CONTENTS, ALLOC, LOAD, DATA
SYMBOL TABLE:
no symbols