Date: Tue, 1 Mar 94 09:15:40 -0500 From: DJ Delorie To: gambcl AT essex DOT ac DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Is DJGPP suitable for this? > - Do I have to issue any commands to initialise an extender or some sort > of memory interface? No. As long as you use "coff2exe" it's all automatic. > - Is there a limit on the size of an array in DJGPP and if not, do I need > to use any special declarations with arrays of this size? djgpp will use all available physical memory, plus up to 128M of disk space.