• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

MakefileD01-Feb-20103.7 KiB13879

READMED01-Feb-2010259 115

addRamDisk.cD01-Feb-20108.8 KiB301215

addSystemMap.cD01-Feb-20106.2 KiB249194

addnote.cD01-Feb-20103.8 KiB166116

crt0.SD01-Feb-20101.1 KiB4931

mknote.cD01-Feb-2010876 4416

ppc32-types.hD01-Feb-2010678 3724

prom.cD01-Feb-201011.7 KiB637543

string.SD01-Feb-20103.1 KiB224192

zImage.cD01-Feb-20109.2 KiB356284

zImage.ldsD01-Feb-20102.3 KiB10293

zlib.cD01-Feb-201065.7 KiB2,1671,564

zlib.hD01-Feb-201016.8 KiB433100

README

1
2To extract the kernel vmlinux, System.map or .config 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
7
8
9	Peter
10
11