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.
Anton Vorontsov
8237bf080e
|
18 years ago | |
---|---|---|
.. | ||
dts | 18 years ago | |
.gitignore | 18 years ago | |
4xx.c | 18 years ago | |
4xx.h | 18 years ago | |
44x.h | 18 years ago | |
Makefile | 18 years ago | |
README | ||
addRamDisk.c | ||
addnote.c | ||
bamboo.c | 18 years ago | |
cpm-serial.c | 18 years ago | |
crt0.S | 18 years ago | |
cuboot-8xx.c | 18 years ago | |
cuboot-83xx.c | 18 years ago | |
cuboot-85xx.c | 18 years ago | |
cuboot-ebony.c | 18 years ago | |
cuboot-pq2.c | 18 years ago | |
cuboot-sequoia.c | 18 years ago | |
cuboot.c | 18 years ago | |
cuboot.h | 18 years ago | |
dcr.h | 18 years ago | |
devtree.c | 18 years ago | |
div64.S | ||
dummy.c | ||
ebony.c | 18 years ago | |
elf.h | ||
elf_util.c | ||
flatdevtree.c | 18 years ago | |
flatdevtree.h | 18 years ago | |
flatdevtree_env.h | 18 years ago | |
flatdevtree_misc.c | 18 years ago | |
gunzip_util.c | ||
gunzip_util.h | ||
hack-coff.c | ||
holly.c | 18 years ago | |
install.sh | ||
io.h | 18 years ago | |
main.c | 18 years ago | |
mktree.c | 18 years ago | |
mpsc.c | 18 years ago | |
mv64x60.c | 18 years ago | |
mv64x60.h | 18 years ago | |
mv64x60_i2c.c | 18 years ago | |
ns16550.c | ||
of.c | 18 years ago | |
of.h | 18 years ago | |
ofconsole.c | 18 years ago | |
oflib.c | 18 years ago | |
ops.h | 18 years ago | |
page.h | ||
ppc_asm.h | ||
ppcboot.h | 18 years ago | |
prpmc2800.c | 18 years ago | |
ps3-head.S | 18 years ago | |
ps3-hvcall.S | 18 years ago | |
ps3.c | 18 years ago | |
reg.h | ||
rs6000.h | ||
serial.c | 18 years ago | |
simple_alloc.c | ||
stdio.c | 18 years ago | |
stdio.h | ||
stdlib.c | 18 years ago | |
stdlib.h | 18 years ago | |
string.S | 18 years ago | |
string.h | 18 years ago | |
treeboot-bamboo.c | 18 years ago | |
treeboot-ebony.c | 18 years ago | |
treeboot-walnut.c | 18 years ago | |
types.h | 18 years ago | |
util.S | ||
wrapper | 18 years ago | |
zImage.coff.lds.S | ||
zImage.lds.S | ||
zImage.ps3.lds.S | 18 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