kernel-ark/arch/powerpc/boot
2006-03-17 12:01:19 +11:00
..
.gitignore
addnote.c
addRamDisk.c
crt0.S [PATCH] powerpc: correct cacheflush loop in zImage 2006-03-16 16:54:57 +11:00
div64.S
dummy.c powerpc/32: Generate miboot images with ARCH=powerpc 2006-01-15 13:00:08 +11:00
elf.h
hack-coff.c
install.sh [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
main.c [PATCH] powerpc: remove check for ELF offset in powerpc bootimage 2006-02-07 22:38:39 +11:00
Makefile powerpc/32: Generate miboot images with ARCH=powerpc 2006-01-15 13:00:08 +11:00
page.h
ppc_asm.h
prom.c
prom.h
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