stack location wrong (still uses non-mach "exclusive" bound
authorWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Mon, 13 May 1991 08:30:15 +0000 (00:30 -0800)
committerWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Mon, 13 May 1991 08:30:15 +0000 (00:30 -0800)
SCCS-vsn: sys/i386/include/vmparam.h 5.9

usr/src/sys/i386/include/vmparam.h

index e298fc7..e2a07be 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)vmparam.h   5.8 (Berkeley) %G%
+ *     @(#)vmparam.h   5.9 (Berkeley) %G%
  */
 
 
  */
 
 
@@ -27,7 +27,7 @@
  * kernal address space.
  */
 #define        USRTEXT         0
  * kernal address space.
  */
 #define        USRTEXT         0
-#define        USRSTACK        0xFDBFD000
+#define        USRSTACK        0xFDBFE000
 #define        BTOPUSRSTACK    (0xFDC00-(UPAGES))      /* btop(USRSTACK) */
 #define        LOWPAGES        0
 #define HIGHPAGES      UPAGES
 #define        BTOPUSRSTACK    (0xFDC00-(UPAGES))      /* btop(USRSTACK) */
 #define        LOWPAGES        0
 #define HIGHPAGES      UPAGES