diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-15 02:55:30 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-15 02:55:30 +0000 |
commit | 852f29f5ce712b9e2116d909f38a6136990df6a2 (patch) | |
tree | 3e8ef7774cad46eb604021b9ea0d61e4484294c1 | |
parent | 627af16528362aa3b00826e44960230392e45bff (diff) |
8k
-rw-r--r-- | sys/arch/hp300/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/vmparam.h b/sys/arch/hp300/include/vmparam.h index d33af98b429..4df2b97204e 100644 --- a/sys/arch/hp300/include/vmparam.h +++ b/sys/arch/hp300/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.2 1997/01/12 15:13:46 downsj Exp $ */ +/* $OpenBSD: vmparam.h,v 1.3 1997/01/15 02:55:29 downsj Exp $ */ /* $NetBSD: vmparam.h,v 1.9 1996/10/20 23:23:28 thorpej Exp $ */ /* @@ -58,7 +58,7 @@ * have the user's stack hard-wired at FFF00000 for post-mortems, * and we must be compatible... */ -#define USRTEXT NBPG +#define USRTEXT 8192 #define USRSTACK (-HIGHPAGES*NBPG) /* Start of user stack */ #define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */ #define P1PAGES 0x100000 |