diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-10-03 21:08:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-10-03 21:08:17 +0000 |
commit | 54200093fed2723914d5e3d805fa0726b2de47ab (patch) | |
tree | e07e9901bf50ed7e1c655dbbc8397f4ed5639982 /sys/arch/i386/conf/NETTAN | |
parent | ee06ef083f92db145a6a98262367987f0d0e8c11 (diff) |
Double the amount of shared memory pages we can maximally allocate. This
makes TV watching in fullscreen in 640x480 work.
Diffstat (limited to 'sys/arch/i386/conf/NETTAN')
-rw-r--r-- | sys/arch/i386/conf/NETTAN | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN index 7e266efb3b9..6faceff1530 100644 --- a/sys/arch/i386/conf/NETTAN +++ b/sys/arch/i386/conf/NETTAN @@ -1,4 +1,4 @@ -# $OpenBSD: NETTAN,v 1.34 1999/08/05 01:08:09 niklas Exp $ +# $OpenBSD: NETTAN,v 1.35 1999/10/03 21:08:15 niklas Exp $ # # NETTAN -- Applitron Datasystem AB # @@ -6,7 +6,7 @@ machine i386 # architecture, used by config; REQUIRED #include "../../../conf/GENERIC" -# $OpenBSD: NETTAN,v 1.34 1999/08/05 01:08:09 niklas Exp $ +# $OpenBSD: NETTAN,v 1.35 1999/10/03 21:08:15 niklas Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -29,7 +29,7 @@ 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 SHMMAXPGS=2048 # 2048 pages is the default #option COMPAT_09 # NetBSD 0.9, #option COMPAT_10 # NetBSD 1.0, |