diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-29 00:40:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-29 00:40:04 +0000 |
commit | 9e18e7c3eac6333749d0171464db0c5607336c9a (patch) | |
tree | da485d0d11faf1264cfe6fc2f89f42799b4f4787 /sys/arch/hppa/include/vmparam.h | |
parent | 4861e5f3eec331b376e51fcf483df1011836a77f (diff) |
real user .text base
Diffstat (limited to 'sys/arch/hppa/include/vmparam.h')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 590019151b4..289e42d55ce 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.1 1998/07/07 21:32:45 mickey Exp $ */ +/* $OpenBSD: vmparam.h,v 1.2 1998/07/29 00:40:03 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -36,7 +36,7 @@ * beginning of the text and from the beginning of the P1 region to the * beginning of the stack respectively. */ -#define USRTEXT UTEXTSEG +#define USRTEXT 0x00002000 /* Start of user .text */ #define USRSTACK 0x68FF3000 /* Start of user stack */ #define BTOPUSRSTACK btop(USRSTACK) /* btop(USRSTACK) */ #define P1PAGES 0 |