patch-2.4.21 linux-2.4.21/arch/ppc64/boot/README
Next file: linux-2.4.21/arch/ppc64/boot/addRamDisk.c
Previous file: linux-2.4.21/arch/ppc64/boot/Makefile
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc64/boot/README
- Orig date:
1969-12-31 16:00:00.000000000 -0800
diff -urN linux-2.4.20/arch/ppc64/boot/README linux-2.4.21/arch/ppc64/boot/README
@@ -0,0 +1,10 @@
+
+To extract the kernel vmlinux, System.map or .config 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
+
+
+ Peter
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)