version 1.7, 2015/02/18 16:23:11
|
version 1.8, 2015/02/19 08:32:23
|
Line 63 Install the system in a virtual machine,
|
Line 63 Install the system in a virtual machine,
|
Next, start two qemu virtual machines, one to run the kernel being |
Next, start two qemu virtual machines, one to run the kernel being |
debugged (the "kgdb target") and another to run gdb (the "kgdb host"). |
debugged (the "kgdb target") and another to run gdb (the "kgdb host"). |
|
|
The two VMS could be run on separate physical machines, but in this |
The two VMs could be run on separate physical machines, but in this |
example, they are run on the same physical machine and share the same |
example, they are run on the same physical machine and share the same |
hard disk image. This sharing is made possible by the "-snapshot" |
hard disk image. This sharing is made possible by the "-snapshot" |
option to qemu, which ensures that the disk image is not written to by |
option to qemu, which ensures that the disk image is not written to by |