summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 16:44:40 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 16:44:40 +0000
commit3895123653ef6db8716c2107cac618753fed54ba (patch)
treead6387cb880cd61cc46d4ccbe1e6ec2bd29443fc /sys/conf
parentc3e07d8db48fbb7b047b5d57c33a6357402ed7a6 (diff)
downloadFreeBSD-src-3895123653ef6db8716c2107cac618753fed54ba.zip
FreeBSD-src-3895123653ef6db8716c2107cac618753fed54ba.tar.gz
Added some more defines that weren't there before. Also bumped up
symtab space again.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES14
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7c14caf..5d11318 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.23 1993/11/03 20:02:23 ats Exp $
+# $Id: LINT,v 1.24 1993/11/07 05:26:17 wollman 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=102613" #This kernel needs LOTS of symtable
+options "SYMTAB_SPACE=102795" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
@@ -32,8 +32,18 @@ options "FAT_CURSOR" #block cursor in syscons or pccons
options "STAR_SAVER" #syscons "stars" screen saver
options "SNAKE_SAVER" #syscons "snake" screen saver
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
+ # ^^^ NOT RECOMMENDED FOR NORMAL USE
options UCONSOLE #x console support
options XSERVER #xserver
+options DECBIT #here because clnp.h wanted it here
+ #support for CLNP ``congestion
+ #experienced'' bit in ISO-TP
+options TROLL #CLNP network error simulator
+options ICMPPRINTFS #ICMP packet dump by printf()
+options NSERRPRINTFS #ditto for XNS Error protocol
+ #^^above two NOT RECOMMENTED
+options SCSIDUMP #support for crash dumps on sd disks
+options FASTLINKS #support for fast symbolic links
#
# options that are in sys/conf/files
OpenPOWER on IntegriCloud