Paul Mackerras 23dd640112 Merge ../linux-2.6 19 ani în urmă
..
.gitignore 0e5e39bfd8 [PATCH] powerpc: Add some missing .gitignore's 19 ani în urmă
Makefile 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc 19 ani în urmă
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
crt0.S eacb1962d4 [PATCH] powerpc: correct cacheflush loop in zImage 19 ani în urmă
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
dummy.c 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc 19 ani în urmă
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 ani în urmă
install.sh 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files 19 ani în urmă
main.c 158daa4cc8 [PATCH] powerpc: remove check for ELF offset in powerpc bootimage 19 ani în urmă
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
prom.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 ani în urmă
prom.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 ani în urmă
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 ani în urmă
stdio.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 ani în urmă
stdio.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 ani în urmă
string.S b4e7de0f35 powerpc: Avoid unaligned loads and stores in boot memcpy code 19 ani în urmă
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă
zImage.coff.lds 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 ani în urmă
zImage.lds 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 ani în urmă

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