From 1ae9954219398f34492b32e935ff9626dee30323 Mon Sep 17 00:00:00 2001 From: wollman Date: Wed, 17 Nov 1993 23:24:12 +0000 Subject: Increased symtab space and added two more options that don't do anything (yet). --- sys/conf/NOTES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e811e2f..a48a73b 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.27 1993/11/07 21:46:25 wollman Exp $ +# $Id: LINT,v 1.28 1993/11/07 22:54:51 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=102965" #This kernel needs LOTS of symtable +options "SYMTAB_SPACE=103365" #This kernel needs LOTS of symtable options GATEWAY #internetwork gateway options KTRACE #kernel tracing options "NCONS=8" #number of syscons virtual consoles @@ -45,6 +45,8 @@ options NSERRPRINTFS #ditto for XNS Error protocol options SCSIDUMP #support for crash dumps on sd disks options FASTLINKS #support for fast symbolic links options MACHVMCOMPAT #support for Mach-style vm calls +options IPBROADCASTECHO=1 #send reply to broadcast pings +options IPMASKAGENT=1 #send reply to icmp mask requests # # options that are in sys/conf/files -- cgit v1.1