From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 12 Sep 2010 00:59:47 -0400 To: rminnich@gmail.com, 9fans@9fans.net Message-ID: In-Reply-To: References: <20100911163536.7348cd25@gmail.com> <243456116470afd150abf281a3f0f371@plug.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] 9vx mk install chokes on gs Topicbox-Message-UUID: 54f241e8-ead6-11e9-9d60-3106f5b1d025 > -#define USTKTOP (0x4000000) /* byte just beyond user stack */ > +#define USTKTOP (0x8000000) /* byte just beyond user stack */ shouldn't you add a 0 to that? what's wrong with giving a process 2gb of address space? fundamental 9vx limits? - erik