summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-10-03 21:26:03 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-10-03 21:26:03 +0000
commit99b7880be93ded91810507804eb4226b2ee29edd (patch)
treea660613fee7a889f05b295e951bf457546daa807 /sys/conf/GENERIC
parent54200093fed2723914d5e3d805fa0726b2de47ab (diff)
Remove commented out sample of SHMMAXPGS setting with machine-specific
comment. People should read options.4 for such info anyhow, not this file.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 5302cf78997..55c9067e404 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.55 1999/10/01 22:36:32 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.56 1999/10/03 21:26:02 niklas Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -23,7 +23,6 @@ option KMEMSTATS # collect malloc(9) statistics
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
#option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
#option COMPAT_10 # NetBSD 1.0,