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.
Mark A. Greer
b2c5f61920
|
19 years ago | |
---|---|---|
.. | ||
dts | 19 years ago | |
.gitignore | 19 years ago | |
Makefile | 19 years ago | |
README | 19 years ago | |
addRamDisk.c | 19 years ago | |
addnote.c | 19 years ago | |
crt0.S | 19 years ago | |
div64.S | 19 years ago | |
dummy.c | 19 years ago | |
elf.h | 19 years ago | |
flatdevtree.h | 19 years ago | |
hack-coff.c | 19 years ago | |
install.sh | 19 years ago | |
main.c | 19 years ago | |
of.c | 19 years ago | |
ops.h | 19 years ago | |
page.h | 19 years ago | |
ppc_asm.h | 19 years ago | |
rs6000.h | 19 years ago | |
stdio.c | 19 years ago | |
stdio.h | 19 years ago | |
string.S | 19 years ago | |
string.h | 19 years ago | |
types.h | 19 years ago | |
zImage.coff.lds | 19 years ago | |
zImage.lds | 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