Grow the stack so building gs won't fail. - vx32 - Local 9vx git repository for patches.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit f355b3ad7a021ebcf86258d7b3e2b1fc957aee66
 (DIR) parent 9a2b020a5090f8a6adcd2a6adaca4f45e6e16c45
 (HTM) Author: rminnich@gmail.com <none@none>
       Date:   Sat, 11 Sep 2010 20:42:45 -0700
       
       Grow the stack so building gs won't fail.
       
       Diffstat:
         src/9vx/a/mem.h                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/9vx/a/mem.h b/src/9vx/a/mem.h
       @@ -41,7 +41,7 @@
        #define        VMAPSIZE        (0x10000000-VPTSIZE-KMAPSIZE)
        #define        UZERO                0                        /* base of user address space */
        #define        UTZERO                (UZERO+BY2PG)                /* first address in user text */
       -#define        USTKTOP                (0x4000000)                /* byte just beyond user stack */
       +#define        USTKTOP                (0x8000000)                /* byte just beyond user stack */
        #define        USTKSIZE        (16*1024*1024)                /* size of user stack */
        #define        TSTKTOP                (USTKTOP-USTKSIZE)        /* end of new stack in sysexec */
        #define        TSTKSIZ         100        /* pages in new stack; limits exec args */