--- wikisrc/kernel_debugging_with_qemu.mdwn 2015/02/18 16:23:11 1.7 +++ wikisrc/kernel_debugging_with_qemu.mdwn 2015/02/19 08:32:23 1.8 @@ -63,7 +63,7 @@ Install the system in a virtual machine, Next, start two qemu virtual machines, one to run the kernel being 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 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