From fnaumann@mail.cs.uni-magdeburg.de Sun Jan 11 21:12:56 2004 Date: Sun, 11 Jan 2004 21:05:46 +0100 To: MiNT Mailing List Subject: Re: [MiNT] Problem References: <001001c3d812$9508aad0$0b0a63d9@blaszak> From: Arnaud BERCEGEAY Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <001001c3d812$9508aad0$0b0a63d9@blaszak> User-Agent: Opera7.23/Linux M2 build 518 Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: arnaud.bercegeay@free.fr Precedence: bulk List-help: List-unsubscribe: List-ID: X-List-ID: Hello, > new = (BASEPAGE *)Pexec(7L, (void *)flags, "", 0L); I haven't found any doc on Pexec(7). Maybe programmer/man/man2/Pexec.2 should be updated. > static short child_global[16]; The use of GEMlib seems good. BTW, just a stupid question: is the static array child_global[] part of the child memory ? Or is it owned by the parent only ? HTH, Arnaud.