Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/include Define a PAGER_MAP_SIZE of 4MB for ...



details:   https://anonhg.NetBSD.org/src/rev/deab69a82dea
branches:  trunk
changeset: 508592:deab69a82dea
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Apr 14 16:02:24 2001 +0000

description:
Define a PAGER_MAP_SIZE of 4MB for the benefit of low-memory models.
XXX: This may still not be low enough for models with less than 8MB RAM...

diffstat:

 sys/arch/mvme68k/include/vmparam.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d12f91b22b7d -r deab69a82dea sys/arch/mvme68k/include/vmparam.h
--- a/sys/arch/mvme68k/include/vmparam.h        Sat Apr 14 15:17:09 2001 +0000
+++ b/sys/arch/mvme68k/include/vmparam.h        Sat Apr 14 16:02:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.17 2000/12/01 17:57:44 tsutsui Exp $     */
+/*     $NetBSD: vmparam.h,v 1.18 2001/04/14 16:02:24 scw Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -58,6 +58,11 @@
 #define        PAGE_MASK       (PAGE_SIZE - 1)
 
 /*
+ * Need a small pager map for the benefit of low-memory models...
+ */
+#define PAGER_MAP_SIZE (4 * 1024 * 1024)
+
+/*
  * USRTEXT is the start of the user text/data space, while USRSTACK
  * is the top (end) of the user stack.  LOWPAGES and HIGHPAGES are
  * the number of pages from the beginning of the P0 region to the



Home | Main Index | Thread Index | Old Index