Fixed the options KDGB_DEVNAME, for recent changes to config(8).
This commit is contained in:
parent
10d4232908
commit
be87bf4822
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.2 2002/06/17 05:14:10 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.3 2002/07/06 15:41:38 fredette Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/hp700/conf/std.hp700"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -71,7 +71,7 @@ options LKM # loadable kernel modules
|
|||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
||||
#options KGDB # remote debugger
|
||||
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
|
||||
#options KGDB_DEVNAME="\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
||||
# Compatibility options
|
||||
|
|
Loading…
Reference in New Issue