version 1.13, 2018/03/08 16:33:39
|
version 1.14, 2018/03/08 16:55:27
|
Line 74 First start the target VM, enabling qemu
|
Line 74 First start the target VM, enabling qemu
|
on TCP port 1234: |
on TCP port 1234: |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
$ qemu-system-i386 -nographic -snapshot -hda work/wd0.img -gdb tcp::1234 |
$ qemu-system-i386 -nographic -snapshot -hda work/wd0.img -m 128 -gdb tcp::1234 |
"""]] |
"""]] |
|
|
If you don't want everyone on the Internet to be able to debug your |
If you don't want everyone on the Internet to be able to debug your |
Line 84 your firewall.
|
Line 84 your firewall.
|
In a second terminal window, start the gdb VM: |
In a second terminal window, start the gdb VM: |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
$ qemu-system-i386 -nographic -snapshot -hda work/wd0.img |
$ qemu-system-i386 -nographic -snapshot -hda work/wd0.img -m 256 |
"""]] |
"""]] |
|
|
Log in to the gdb VM as root and set up the network: |
Log in to the gdb VM as root and set up the network: |