Paul Mackerras 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc 19 years ago
..
.gitignore 0e5e39bfd8 [PATCH] powerpc: Add some missing .gitignore's 19 years ago
Makefile 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc 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 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 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
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
install.sh 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
main.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 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 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
prom.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
stdio.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
stdio.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 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
zImage.coff.lds 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 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