Back to home page

OSCL-LXR

 
 

    


0001 
0002 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
0003 
0004 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
0005 objcopy -j .kernel:System.map -O binary zImage System.map.gz
0006 objcopy -j .kernel:.config -O binary zImage config.gz
0007 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
0008 
0009 
0010         Peter
0011