Re: the memory model being used in elks?

One Thousand Gnomes <[email protected]> Sat, 9 May 2015 18:03:33 +0100
Newsgroups org.kernel.vger.linux-8086
Message-ID <[email protected]>
On Fri, 8 May 2015 22:14:34 +0200
[email protected] wrote:

> Hello,
> 
> Finally I tried to test the "pres" utility on elks
> as opposed to elksemu.
> 
> Too bad, it reports lack of memory
> and it looks like the maximum available memory is around 30K,
> the console shows:
> 
>  sys_brk failed: len -32634 > end_seg 30864
>  sys_brk failed: len -32632 > end_seg 30864
>  sys_brk failed: len 31368 > end_seg 30864
>   ...
> 
> I assumed somehow a data segment with around 60K available,
> is this not the case? 

Did you compile it with split I and D ? (-i)


Alan