Fix the comment for KGDB - it is a remote debugger.

This commit is contained in:
uwe 2004-07-04 22:02:04 +00:00
parent 67cf1bc043
commit 7393885072
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
#
# kernel config file for debugging.
#
# $NetBSD: DEBUG,v 1.1 2004/07/02 18:05:23 uch Exp $
# $NetBSD: DEBUG,v 1.2 2004/07/04 22:02:04 uwe Exp $
#
include "arch/hpcsh/conf/GENERIC"
options DDB # in-kernel debugger
#options KGDB # in-kernel debugger
#options KGDB # remote debugger
#makeoptions DEBUG="-g" # compile full symbol table
#options KGDB_DEVRATE=19200
# HP Jornada