turn on SYSVSHM and note the default value of SHMMAXPGS

This commit is contained in:
cgd 1994-01-16 01:36:15 +00:00
parent ea52295d11
commit 82a0744073
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#
# ALL -- everything that's currently supported
#
# $Id: ALL,v 1.35 1994/01/09 19:27:36 cgd Exp $
# $Id: ALL,v 1.36 1994/01/16 01:36:15 cgd Exp $
#
# architecture type and name of kernel; REQUIRED
@ -46,9 +46,9 @@ options SYSVMSG
# System V-like semaphores
options SYSVSEM
# System V-like memory sharing; BROKEN
#options SYSVSHM
#options SHMMAXPGS=1024
# System V-like memory sharing
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# generic SCSI system
options SCSI