Kumar Gala 706e6b2caf [PATCH] powerpc: Fix suboptimal uImage target 19 years ago
..
Makefile 706e6b2caf [PATCH] powerpc: Fix suboptimal uImage target 19 years ago
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
crt0.S 68643cfb87 [PATCH] ppc boot: replace string labels with numbers 19 years ago
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
install.sh 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
main.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
prom.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
prom.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
stdio.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
string.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
zImage.lds 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago

README


To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


Peter