Updated info about debugging.

svn path=/trunk/; revision=708
This commit is contained in:
Eric Kohl 1999-10-16 21:10:23 +00:00
parent 8001413b88
commit 9e4fec3838

View file

@ -52,9 +52,9 @@ Debugging kernel-mode code is tricky, these are some snippets
easier to see where output is coming from. DbgPrint can be used at any
point including in interrupt handlers.
There are options in ntoskrnl/hal/x86/printk.c for copying DbgPrint
output to a serial device (parallel support should also be added). This
can be useful if a lot of output is being generated.
There are options in ntoskrnl/dbg/print.c for copying DbgPrint output
to a serial device or bochs logging port (parallel support should also
be added). This can be useful if a lot of output is being generated.
It should be possible to include support for debugging the kernel with
gdb over a serial line. Bochs (a shareware CPU emulator) is also useful
@ -105,7 +105,7 @@ Debugging kernel-mode code is tricky, these are some snippets
There is a mailing list for kernel development,
ros-kernel@sid-dis.com
ros-kernel@reactos.com
The main developers use a cvs account to coordinate changes, ask
rex (rex@lvcablemodem.com) for an account if you are going to be adding