From 54200093fed2723914d5e3d805fa0726b2de47ab Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sun, 3 Oct 1999 21:08:17 +0000 Subject: Double the amount of shared memory pages we can maximally allocate. This makes TV watching in fullscreen in 640x480 work. --- sys/arch/i386/conf/OPRAH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/conf/OPRAH') diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH index 36ed4ee1f14..f63c4852c04 100644 --- a/sys/arch/i386/conf/OPRAH +++ b/sys/arch/i386/conf/OPRAH @@ -1,4 +1,4 @@ -# $OpenBSD: OPRAH,v 1.24 1999/02/04 23:16:06 niklas Exp $ +# $OpenBSD: OPRAH,v 1.25 1999/10/03 21:08:15 niklas Exp $ # # OPRAH -- Niklas Hallqvist's test machine # @@ -33,7 +33,7 @@ option CONUNIT=1 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 SHMMAXPGS=2048 # 2048 pages is the default option COMPAT_09 # Kernel compatibility with NetBSD 0.9, option COMPAT_10 # NetBSD 1.0, -- cgit v1.2.3