Increased symtab space and added two more options that don't do anything
authorGarrett Wollman <wollman@FreeBSD.org>
Wed, 17 Nov 1993 23:24:12 +0000 (23:24 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Wed, 17 Nov 1993 23:24:12 +0000 (23:24 +0000)
(yet).

sys/i386/conf/LINT

index e811e2f..a48a73b 100644 (file)
@@ -4,7 +4,7 @@
 #
 #      This kernel is NOT MEANT to be runnable!
 #
 #
 #      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"
 #
 
 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                "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
 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                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
 
 #
 # options that are in sys/conf/files