Add commented out entries for SYSCALL_STATS and SYSCALL_TIMES
This commit is contained in:
parent
3d88835937
commit
a1ab8f91ce
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.808 2007/02/17 00:28:23 daniel Exp $
|
||||
# $NetBSD: GENERIC,v 1.809 2007/02/18 18:05:52 dsl Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.808 $"
|
||||
#ident "GENERIC-$Revision: 1.809 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -129,6 +129,9 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
|||
#options KGDB # remote debugger
|
||||
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
#options SYSCALL_STATS # per syscall counts
|
||||
#options SYSCALL_TIMES # per syscall times
|
||||
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
|
||||
|
|
Loading…
Reference in New Issue