mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Needed to bump up SYMTAB_SPACE again. (This really should be done by the
boot loader...)
This commit is contained in:
parent
70176e63d6
commit
3352eb489b
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.22 1993/10/31 00:20:35 jkh Exp $
|
||||
# $Id: LINT,v 1.23 1993/11/03 20:02:23 ats 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=102452" #This kernel needs LOTS of symtable
|
||||
options "SYMTAB_SPACE=102613" #This kernel needs LOTS of symtable
|
||||
options GATEWAY #internetwork gateway
|
||||
options KTRACE #kernel tracing
|
||||
options "NCONS=8" #number of syscons virtual consoles
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.22 1993/10/31 00:20:35 jkh Exp $
|
||||
# $Id: LINT,v 1.23 1993/11/03 20:02:23 ats 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=102452" #This kernel needs LOTS of symtable
|
||||
options "SYMTAB_SPACE=102613" #This kernel needs LOTS of symtable
|
||||
options GATEWAY #internetwork gateway
|
||||
options KTRACE #kernel tracing
|
||||
options "NCONS=8" #number of syscons virtual consoles
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.22 1993/10/31 00:20:35 jkh Exp $
|
||||
# $Id: LINT,v 1.23 1993/11/03 20:02:23 ats 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=102452" #This kernel needs LOTS of symtable
|
||||
options "SYMTAB_SPACE=102613" #This kernel needs LOTS of symtable
|
||||
options GATEWAY #internetwork gateway
|
||||
options KTRACE #kernel tracing
|
||||
options "NCONS=8" #number of syscons virtual consoles
|
||||
|
|
|
|||
Loading…
Reference in a new issue