Enable SYSVSHM, and set SHMMAXPGS=64.

This commit is contained in:
Rodney W. Grimes 1993-09-24 21:01:11 +00:00
parent 96210b28be
commit 2eca4bfaec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=505
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.7 1993/09/13 03:15:26 rgrimes Exp $
# $Id: LINT,v 1.8 1993/09/21 06:16:07 rgrimes Exp $
#
machine "i386"
@ -64,7 +64,8 @@ pseudo-device sl 2
device st0
device st1
pseudo-device swappager
#options SYSVSHM
options SYSVSHM
options "SHMMAXPGS=64" # 256Kb of sharable memory
#pseudo-device tb #tablet line discipline.
pseudo-device tpip
#pseudo-device tun

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.7 1993/09/13 03:15:26 rgrimes Exp $
# $Id: LINT,v 1.8 1993/09/21 06:16:07 rgrimes Exp $
#
machine "i386"
@ -64,7 +64,8 @@ pseudo-device sl 2
device st0
device st1
pseudo-device swappager
#options SYSVSHM
options SYSVSHM
options "SHMMAXPGS=64" # 256Kb of sharable memory
#pseudo-device tb #tablet line discipline.
pseudo-device tpip
#pseudo-device tun

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.7 1993/09/13 03:15:26 rgrimes Exp $
# $Id: LINT,v 1.8 1993/09/21 06:16:07 rgrimes Exp $
#
machine "i386"
@ -64,7 +64,8 @@ pseudo-device sl 2
device st0
device st1
pseudo-device swappager
#options SYSVSHM
options SYSVSHM
options "SHMMAXPGS=64" # 256Kb of sharable memory
#pseudo-device tb #tablet line discipline.
pseudo-device tpip
#pseudo-device tun