summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-26 23:21:12 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-26 23:21:12 +0000
commit3dcde8f1c04e8687f3aa61395503a20c8a0b20a0 (patch)
tree43bef01936c0b540708fddcb6f6453a93bab65c3 /sys/conf
parent55a1c0319c53e71100ecb2348b32697be22530a3 (diff)
downloadFreeBSD-src-3dcde8f1c04e8687f3aa61395503a20c8a0b20a0.zip
FreeBSD-src-3dcde8f1c04e8687f3aa61395503a20c8a0b20a0.tar.gz
Added at 0xFE100000 to config line as this kernel HAS to load high, and
it is the place people seem to look for samples. Also since this kernel has so so many symbols in it also added SYMTAB_SPACE=89000.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c0fdc0c..26b9dfd 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.8 1993/09/21 06:16:07 rgrimes Exp $
+# $Id: LINT,v 1.9 1993/09/24 21:01:11 rgrimes Exp $
#
machine "i386"
@@ -15,7 +15,7 @@ maxusers 10
maxfdescs 2048 #Max file descriptors per process
options MATH_EMULATE #Support for x87 emulation
-config "386bsd" root on wd0 swap on wd0 and sd0
+config "386bsd" at 0xFE100000 root on wd0 swap on wd0 and sd0
#
# options that appear as inline #ifdef's
@@ -23,6 +23,7 @@ config "386bsd" 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=89000" #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