Date: Mon, 4 May 1998 11:08:59 +0300 (IDT) From: Eli Zaretskii To: MalcolmJ7 cc: djgpp AT delorie DOT com Subject: Re: Spawning to physical memory In-Reply-To: <1998050401535500.VAA00298@ladder01.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 4 May 1998, MalcolmJ7 wrote: > Is there a way that i can spawn a real mode program, into extended memory? > i have tried spawnx, and system but none of those work. Is there a way? I really don't understand what are you trying to accomplish, and why, and I also don't understand what does ``none of those work'' means. AFAIK, spawnx is a way to run a program aftr swapping most of the parent program into extended memory. You don't need this at all when the parent is a DJGPP program, since it is already in the extended memory, and its conventional memory footprint is very small. If the parent program is NOT a DJGPP program, then this is a wrong forum to ask these questions.