From 9443eb281a8fa2207a5cc13bce9722dc500d2f35 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 15 Aug 2011 23:22:14 +0200 Subject: hint: use curses to copy/paste --- microkernel/mach/gnumach/debugging.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'microkernel/mach/gnumach/debugging.mdwn') diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn index 8a5b1003..596e4da0 100644 --- a/microkernel/mach/gnumach/debugging.mdwn +++ b/microkernel/mach/gnumach/debugging.mdwn @@ -18,6 +18,8 @@ First, make sure to enable it. Either by using a pre-packaged gnumach-image-some Then, reproduce the issue again. If something like a kernel trap happens, you will end up in the GNU Mach debugger. Otherwise, type control-alt-d to make Mach enter it by hand. +If you are running in kvm or qemu, it is convenient to use the curses frontend to be able to copy/paste. + The debugger has an extensive documentation on http://www.gnu.org/software/hurd/gnumach-doc/Kernel-Debugger.html , but a quick start is the following. To get the register values, type -- cgit v1.2.3