*BSD News Article 49933


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!swidir.switch.ch!scsing.switch.ch!news.belwue.de!fu-berlin.de!zrz.TU-Berlin.DE!zib-berlin.de!irz401!uriah.heep!bonnie.heep!not-for-mail
From: j@bonnie.heep.sax.de (J Wunsch)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: porting Linux apps to BSD !
Date: 25 Aug 1995 10:12:05 +0200
Organization: Private U**x site, Dresden.
Lines: 16
Message-ID: <41k0kl$dlj@bonnie.tcd-dresden.de>
References: <aak2.808728796@ra.msstate.edu> <419mca$q7q@bonnie.tcd-dresden.de> <4866@krabat.marco.de>
Reply-To: joerg_wunsch@uriah.heep.sax.de
NNTP-Posting-Host: 192.109.108.139
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

Matthias Pfaller <leo@krabat.marco.de> wrote:

>It may well be possible that he is trying to allocate a large array from
>the stack. For example the program "piggyback" that is used during the
>linux build process does not work on NetBSD because of this. I noticed
>this when I crosscompiled Linux on my pc532.

Indeed.  The default stack limit is not as large (something like 8
MB), but it can be increased by ``limit stacksize unlimit'' from the
[t]csh.  Not really unlimited then, but only limited by the size of
the available page tables.
-- 
cheers, J"org                      private:   joerg_wunsch@uriah.heep.sax.de
                                   http://www.sax.de/~joerg/

Never trust an operating system you don't have sources for. ;-)