Add (commented out) options SYMTAB_SPACE.

This commit is contained in:
tsutsui 2002-12-07 21:55:44 +00:00
parent 50247a2a3c
commit 12a1bc1fff

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.77 2002/11/30 19:23:46 tsutsui Exp $
# $NetBSD: GENERIC,v 1.78 2002/12/07 21:55:44 tsutsui Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.77 $"
#ident "GENERIC-$Revision: 1.78 $"
maxusers 32 # estimated number of users
@ -75,6 +75,7 @@ options DDB # in-kernel debugger
#options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600)
#options KGDB_DEV="17*256+0" # device for kernel gdb
#makeoptions DEBUG="-g" # compile full symbol table
#options SYMTAB_SPACE=262144
# Compatibility options
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.