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

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)