diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-13 22:37:44 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-13 22:37:44 +0000 |
commit | d6b4936796b37f629879de69d847c5cdc4892157 (patch) | |
tree | 75966d2b5c4d2431b016170004576c977525cd75 /qemu-doc.texi | |
parent | 9d0fe224f4a1561abb0f4f46ad40eec7fa7787b9 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@331 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 0a3f237b8f..06ad3086e8 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -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 |