From mboxrd@z Thu Jan 1 00:00:00 1970 From: u-vpoa@aetey.se Subject: the memory model being used in elks? Date: Fri, 8 May 2015 22:14:34 +0200 Message-ID: <20150508201433.GJ8197@example.net> Mime-Version: 1.0 Return-path: Content-Disposition: inline Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ELKS 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? The same binary works just fine under elksemu. Rl