]> git.proxmox.com Git - mirror_qemu.git/commitdiff
update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 13 Jul 2003 22:37:44 +0000 (22:37 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 13 Jul 2003 22:37:44 +0000 (22:37 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@331 c046a42c-6fe2-441c-8c8c-71466251a162

qemu-doc.texi

index 0a3f237b8fc55de72978556c0688bc898695fdab..06ad3086e8340df19850f995ae8aef444fce2ad1 100644 (file)
@@ -602,7 +602,7 @@ QEMU has a primitive support to work with gdb, so that you can do
 In order to use gdb, launch vl with the '-s' option. It will wait for a
 gdb connection:
 @example
-> vl -s arch/i386/boot/bzImage initrd-2.4.20.img root=/dev/ram0 ramdisk_size=6144
+> vl -s arch/i386/boot/bzImage -hda root-2.4.20.img root=/dev/hda
 Connected to host network interface: tun0
 Waiting gdb connection on port 1234
 @end example