summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-24 21:01:11 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-24 21:01:11 +0000
commit2d5b7074e888e22729d128dac30b0a361a3eaa68 (patch)
treeb23b51fa19283887cb93b14fedbefbd599c687af /sys/conf
parent8099497b4fba5f87c76547287b3fd97b6ffbc7e6 (diff)
downloadFreeBSD-src-2d5b7074e888e22729d128dac30b0a361a3eaa68.zip
FreeBSD-src-2d5b7074e888e22729d128dac30b0a361a3eaa68.tar.gz
Enable SYSVSHM, and set SHMMAXPGS=64.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8d54b64..c0fdc0c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud