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 powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
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 powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
install.sh powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
main.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
page.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
ppc_asm.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
prom.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
prom.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
stdio.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
string.S powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
string.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
zImage.lds powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 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