You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/powerpc/boot
Kumar Gala 706e6b2caf [PATCH] powerpc: Fix suboptimal uImage target 19 years ago
..
Makefile [PATCH] powerpc: Fix suboptimal uImage target 19 years ago
README
addRamDisk.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addnote.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
crt0.S [PATCH] ppc boot: replace string labels with numbers 19 years ago
div64.S powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
elf.h
install.sh
main.c
page.h
ppc_asm.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
prom.c
prom.h
stdio.h
string.S
string.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
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