Miboot images are apparently still used on some old 32-bit powermacs, so build them with ARCH=powerpc if we're 32-bit and powermac support is enabled. Signed-off-by: Paul Mackerras <paulus@samba.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| addnote.c | ||
| addRamDisk.c | ||
| crt0.S | ||
| div64.S | ||
| dummy.c | ||
| elf.h | ||
| hack-coff.c | ||
| install.sh | ||
| main.c | ||
| Makefile | ||
| page.h | ||
| ppc_asm.h | ||
| prom.c | ||
| prom.h | ||
| README | ||
| rs6000.h | ||
| stdio.c | ||
| stdio.h | ||
| string.h | ||
| string.S | ||
| zImage.coff.lds | ||
| zImage.lds | ||
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