From mboxrd@z Thu Jan 1 00:00:00 1970 From: newsham@lava.net (Tim Newsham) Date: Mon, 5 May 2008 06:57:15 -1000 (HST) Subject: [Unix-jun72] C compiler status In-Reply-To: <20080505075017.GA81081@minnie.tuhs.org> References: <20080505060824.GA78841@minnie.tuhs.org> <20080505071212.GA80277@minnie.tuhs.org> <20080505075017.GA81081@minnie.tuhs.org> Message-ID: > Is the value of ecore arbitrary? What's above ecore, the kernel stack? ecore should be the top of memory on a 24k machine. If you add more RAM, you could raise ecore, but you'd have to adjust a bunch of things - each process has storage on rf0 allocated for it to swap to - the core dump dumps out 8k of memory and probably others. > Warren Tim Newsham http://www.thenewsh.com/~newsham/