Increased symtab space and added two more options that don't do anything

(yet).
This commit is contained in:
Garrett Wollman 1993-11-17 23:24:12 +00:00
parent 308a64fe24
commit e13cc161a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=777
3 changed files with 12 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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