original_kernel/arch/powerpc/boot
Olaf Hering eacb1962d4 [PATCH] powerpc: correct cacheflush loop in zImage
Correct the loop for cacheflush. No idea where I copied the code from,
but the original does not work correct. Maybe the flush is not needed.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-03-16 16:54:57 +11:00
..
.gitignore
Makefile
README
addRamDisk.c
addnote.c
crt0.S
div64.S
dummy.c
elf.h
hack-coff.c
install.sh
main.c
page.h
ppc_asm.h
prom.c
prom.h
rs6000.h
stdio.c
stdio.h
string.S
string.h
zImage.coff.lds
zImage.lds

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