fix stack size in mem.ed - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit a3399822252fa6f1c91e8f54eeb14ed13cfbc91e
 (DIR) parent 8a3608399b4b3e51f5b9a12630bbf6687b828472
 (HTM) Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
       Date:   Tue, 14 Sep 2010 21:51:04 +0200
       
       fix stack size in mem.ed
       
       Diffstat:
         M src/9vx/a/mem.ed                    |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/src/9vx/a/mem.ed b/src/9vx/a/mem.ed
       @@ -1,5 +1,4 @@
       +/MAXMACH/ s/[0-9]\+/128/
       +/KSTACK/ s/[0-9]\+/(1024*1024)/
       +/USTKTOP/ s/VMAP-BY2PG/0x10000000/
        /APM40SEG/d
       -/KSTACK/ s/4096/65536/
       -/MAXMACH/ s/8/128/
       -/KZERO/ s/0xF0000000/0x80000000/
       -/USTKTOP/ s/VMAP-BY2PG/0x4000000/