• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-Jun-201416

.gitignoreH A D25-Feb-2014411

44x.cH A D25-Feb-20141.1 KiB

44x.hH A D25-Feb-2014439

addnote.cH A D25-Feb-20144.9 KiB

addRamDisk.cH A D25-Feb-20148.9 KiB

crt0.SH A D25-Feb-20141.9 KiB

cuboot-83xx.cH A D25-Feb-20141.8 KiB

cuboot-85xx.cH A D25-Feb-20141.9 KiB

cuboot-ebony.cH A D25-Feb-20141.1 KiB

dcr.hH A D25-Feb-20143 KiB

devtree.cH A D25-Feb-20147 KiB

div64.SH A D25-Feb-20141.8 KiB

dts/H16-Jun-201428

dummy.cH A D25-Feb-201430

ebony.cH A D25-Feb-20143 KiB

elf.hH A D25-Feb-20143.9 KiB

elf_util.cH A D25-Feb-20142.2 KiB

flatdevtree.cH A D25-Feb-201423.2 KiB

flatdevtree.hH A D25-Feb-20144.1 KiB

flatdevtree_env.hH A D25-Feb-20141 KiB

flatdevtree_misc.cH A D25-Feb-20142.1 KiB

gunzip_util.cH A D25-Feb-20146.6 KiB

gunzip_util.hH A D25-Feb-20141.6 KiB

hack-coff.cH A D25-Feb-20142.3 KiB

holly.cH A D25-Feb-2014888

install.shH A D25-Feb-20141.1 KiB

io.hH A D25-Feb-20141.2 KiB

main.cH A D25-Feb-20146.5 KiB

MakefileH A D25-Feb-20148.5 KiB

mktree.cH A D25-Feb-20143.4 KiB

mpsc.cH A D25-Feb-20144 KiB

mv64x60.cH A D25-Feb-201416.6 KiB

mv64x60.hH A D25-Feb-20142.5 KiB

mv64x60_i2c.cH A D25-Feb-20145.6 KiB

ns16550.cH A D25-Feb-20141.9 KiB

of.cH A D25-Feb-20146.3 KiB

ops.hH A D25-Feb-20145.5 KiB

page.hH A D25-Feb-20141 KiB

ppc_asm.hH A D25-Feb-20141.1 KiB

ppcboot.hH A D25-Feb-20143.8 KiB

prpmc2800.cH A D25-Feb-201413.7 KiB

READMEH A D25-Feb-2014326

reg.hH A D25-Feb-2014565

rs6000.hH A D25-Feb-20146.6 KiB

serial.cH A D25-Feb-20143.1 KiB

simple_alloc.cH A D25-Feb-20143.5 KiB

stdio.cH A D25-Feb-20146.6 KiB

stdio.hH A D25-Feb-2014523

string.hH A D25-Feb-2014656

string.SH A D25-Feb-20143.3 KiB

treeboot-ebony.cH A D25-Feb-2014865

types.hH A D25-Feb-2014460

util.SH A D25-Feb-20142.1 KiB

wrapperH A D25-Feb-20144.8 KiB

zImage.coff.lds.SH A D25-Feb-2014708

zImage.lds.SH A D25-Feb-2014784

README

1
2To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
3
4objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
5objcopy -j .kernel:System.map -O binary zImage System.map.gz
6objcopy -j .kernel:.config -O binary zImage config.gz
7objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
8
9
10	Peter
11