Paul Mackerras 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
..
.gitignore 0e5e39bfd8 [PATCH] powerpc: Add some missing .gitignore's il y a 19 ans
Makefile 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
crt0.S 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
install.sh 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
main.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
prom.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
prom.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
stdio.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
stdio.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
string.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans
zImage.coff.lds 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs il y a 19 ans
zImage.lds 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc il y a 20 ans

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