From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Kalogirou Subject: Re: buddy algorithm Date: 11 Jan 2003 00:37:35 +0200 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1042238247.1322.48.camel@cool> References: <20030110143434.G27221-100000@agora.rdrop.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20030110143434.G27221-100000@agora.rdrop.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: Dan Olson Cc: Martin Herrman , Linux-8086 > I was under the impression that ELKS assigns 64k to each process, so a > single 16 bit data pointer can be used and the different segments can be > simply divided so that each process owns one. There are others on the > list with much more knowledge about this, though, so I'll wait for one of > them to clear things up. > > Dan ELKS assigns to the process an initial amount of memory for the stack. >From there that memory is grown as the libc instructs with sys_brk() calls. Harry