Date: Mon, 31 Mar 1997 11:31:34 -0500 (EST) From: "art s. kagel IFMX x2697" 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 There is no information on memory models because DJGPP only supports one and there are no command line flags required. DJGPP is a 32bit Flat Memory model compiler and supports a 4GB virtual memory space supported, through a DPMI server, by as much physical memory and disk swap space you have available and your DPMI server can support. DJGPP provides a free DPMI server, CWSDPMI, which supplies up to 256MB of virtual memory depending on available disk space for the VM swap file. Some DPMI servers support more VM, most provide less. So, say goodby to the 64K object size limits of the Small, Medium and Large models and the awkwardness of the Huge Model, welcome to the flat model. Art S. Kagel, kagel AT ts1 DOT bloomberg DOT com On Mon, 31 Mar 1997 dporter AT tsd DOT textron DOT com wrote: > Hello, I and new to DJGPP and have a question on memory models. I have > reviewed the FAQ and the info files on GCC and I have not seen > 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? > > dporter AT tsd DOT textron DOT com > >