kernel-ark/arch/powerpc/boot
2006-08-31 15:45:48 +10:00
..
dts [POWERPC] Add mpc7448hpc2 device tree source file 2006-08-30 10:36:13 +10:00
.gitignore
addnote.c
addRamDisk.c
crt0.S
div64.S
dummy.c
elf.h
hack-coff.c
install.sh
main.c [POWERPC] Editable kernel command-line in zImage binary. 2006-06-15 19:31:25 +10:00
Makefile [POWERPC] Add -fno-stack-protector to BOOTCFLAGS in arch/powerpc/boot/Makefile. 2006-07-07 20:19:15 +10:00
page.h
ppc_asm.h
prom.c
prom.h [POWERPC] Editable kernel command-line in zImage binary. 2006-06-15 19:31:25 +10:00
README
rs6000.h
stdio.c
stdio.h
string.h
string.S
zImage.coff.lds
zImage.lds

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