Commit d6b4936796b37f629879de69d847c5cdc4892157
1 parent
9d0fe224
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@331 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
qemu-doc.texi
| ... | ... | @@ -602,7 +602,7 @@ QEMU has a primitive support to work with gdb, so that you can do |
| 602 | 602 | In order to use gdb, launch vl with the '-s' option. It will wait for a |
| 603 | 603 | gdb connection: |
| 604 | 604 | @example |
| 605 | -> vl -s arch/i386/boot/bzImage initrd-2.4.20.img root=/dev/ram0 ramdisk_size=6144 | |
| 605 | +> vl -s arch/i386/boot/bzImage -hda root-2.4.20.img root=/dev/hda | |
| 606 | 606 | Connected to host network interface: tun0 |
| 607 | 607 | Waiting gdb connection on port 1234 |
| 608 | 608 | @end example | ... | ... |