Olaf Hering b1bdfbd0a2 [PATCH] remove duplicate printf in arch/ppc64/boot/main.c 20 years ago
..
Makefile 45891f7660 [PATCH] remove unused arch/ppc64/boot/piggyback.c 20 years ago
README 1da177e4c3 Linux-2.6.12-rc2 20 years ago
addRamDisk.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
addnote.c 66faf9845a [PATCH] ppc64: tell firmware about kernel capabilities 20 years ago
crt0.S 1da177e4c3 Linux-2.6.12-rc2 20 years ago
div64.S 1da177e4c3 Linux-2.6.12-rc2 20 years ago
install.sh 0f8e2d62fa [PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh 20 years ago
main.c b1bdfbd0a2 [PATCH] remove duplicate printf in arch/ppc64/boot/main.c 20 years ago
ppc32-types.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
prom.c e6019db5a7 [PATCH] remove printk usage in arch/ppc64/boot/prom.c 20 years ago
string.S 1da177e4c3 Linux-2.6.12-rc2 20 years ago
zImage.lds 1da177e4c3 Linux-2.6.12-rc2 20 years ago
zlib.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
zlib.h 1da177e4c3 Linux-2.6.12-rc2 20 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