Added support for X.25 as a network-layer protocol under ISO TP class 0, as

is commonly used in Europe.  Make it compile, and bump up symtab space as
needed.
This commit is contained in:
Garrett Wollman 1993-12-19 22:45:13 +00:00
parent 90d795a112
commit 990ac0b7cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=881
3 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.32 1993/12/12 12:22:27 davidg Exp $
# $Id: LINT,v 1.33 1993/12/19 00:49:52 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=103939" #This kernel needs LOTS of symtable
options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
@ -47,6 +47,7 @@ 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 TPCONS #support X.25 network-layer service
#
# 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.32 1993/12/12 12:22:27 davidg Exp $
# $Id: LINT,v 1.33 1993/12/19 00:49:52 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=103939" #This kernel needs LOTS of symtable
options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
@ -47,6 +47,7 @@ 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 TPCONS #support X.25 network-layer service
#
# 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.32 1993/12/12 12:22:27 davidg Exp $
# $Id: LINT,v 1.33 1993/12/19 00:49:52 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=103939" #This kernel needs LOTS of symtable
options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
@ -47,6 +47,7 @@ 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 TPCONS #support X.25 network-layer service
#
# options that are in sys/conf/files