summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 05:26:17 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 05:26:17 +0000
commitc3e07d8db48fbb7b047b5d57c33a6357402ed7a6 (patch)
treed46ba06d183101c6dc95fc9f83a79898a2dc11be /sys/conf
parent4b075d2d8904607916c0cd41469e552acac899e0 (diff)
downloadFreeBSD-src-c3e07d8db48fbb7b047b5d57c33a6357402ed7a6.zip
FreeBSD-src-c3e07d8db48fbb7b047b5d57c33a6357402ed7a6.tar.gz
Needed to bump up SYMTAB_SPACE again. (This really should be done by the
boot loader...)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 48a1f43..7c14caf 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.22 1993/10/31 00:20:35 jkh Exp $
+# $Id: LINT,v 1.23 1993/11/03 20:02:23 ats Exp $
#
machine "i386"
@@ -24,7 +24,7 @@ config "386bsd" at 0xFE100000 root on wd0 swap on wd0 and sd0
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
options "COMPAT_43" #compatible with BSD 4.3
-options "SYMTAB_SPACE=102452" #This kernel needs LOTS of symtable
+options "SYMTAB_SPACE=102613" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
OpenPOWER on IntegriCloud