Date: Mon, 31 Mar 1997 18:28:33 +0300 (IDT) From: Eli Zaretskii To: dporter AT tsd DOT textron DOT com cc: djgpp AT delorie DOT com Subject: Re: Memory Model Question In-Reply-To: <9702318598.AA859831045@cctds.tsd.textron.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 31 Mar 1997 dporter AT tsd DOT textron DOT com wrote: > anything on memory models, this does't mean it's not there, just that > I haven't found the info yet. So, the question is how do you specify > the memory model in the command line? You don't. There are no memory models in DJGPP. As far as you write standard C code (with no access to memory-mapped devices), you have an unsegmented flat address space whose size is defined by available amount of virtual memory (physical RAM + swap space).