linux-stable/arch/ppc64/boot
Olaf Hering e6019db5a7 [PATCH] remove printk usage in arch/ppc64/boot/prom.c
remove the printk usage in the zImage. we are not there, yet.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-06-28 21:01:35 +10:00
..
addnote.c [PATCH] ppc64: tell firmware about kernel capabilities 2005-05-01 08:58:45 -07:00
addRamDisk.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crt0.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
div64.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
install.sh [PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh 2005-06-23 09:45:07 -07:00
main.c [PATCH] remove printk usage in arch/ppc64/boot/prom.c 2005-06-28 21:01:35 +10:00
Makefile [PATCH] remove unused arch/ppc64/boot/piggyback.c 2005-06-28 21:01:21 +10:00
ppc32-types.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
prom.c [PATCH] remove printk usage in arch/ppc64/boot/prom.c 2005-06-28 21:01:35 +10:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
string.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zImage.lds Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zlib.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zlib.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00

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