Displaying 1 result from an estimated 1 matches for "windbg_domu".
2009 Aug 06
0
How to use windbg to debug XEN windows XP domainU under Suse 10sp2?
...plPv,
but windbg display com8 reconnect forever.
AND RxBytes always 0.
Thank you
Using the windows debugger under Xen
Set up Dom0
1. Change/add the serial line to your Windows DomU config to say
serial=''pty''
2. Add a line to /etc/services that says ''windbg_domU 4440/tcp''. Change
the domU bit to the name of your windows domain.
3. Add a line to /etc/inetd.conf that says ''windbg_domU stream tcp
nowait root /usr/sbin/tcpd xm console domU''. Change the domU bit to the name
of your domain. (if you don''t have an inetd.c...