Geoff Levand 020533ef24 [POWERPC] cell: fix default zImage build target 18 years ago
..
dts 74c37e8c9f [POWERPC] Add DTS for MPC8349E-mITX board 18 years ago
.gitignore 0e5e39bfd8 [PATCH] powerpc: Add some missing .gitignore's 19 years ago
Makefile 020533ef24 [POWERPC] cell: fix default zImage build target 18 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 eacb1962d4 [PATCH] powerpc: correct cacheflush loop in zImage 19 years ago
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
dummy.c 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc 19 years ago
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
flatdevtree.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 years ago
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
install.sh 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files 19 years ago
main.c b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 years ago
of.c c998de1460 [POWERPC] Fix zImage decompress location 18 years ago
ops.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 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
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
stdio.c b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 years ago
stdio.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 years ago
string.S b4e7de0f35 powerpc: Avoid unaligned loads and stores in boot memcpy code 19 years ago
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
types.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 years ago
wrapper 2bf118197c [POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot 18 years ago
zImage.coff.lds.S 54c9941288 [POWERPC] Fix zImage.coff on oldworld PowerMac 18 years ago
zImage.lds.S 2bf118197c [POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot 18 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