Mail Archives: djgpp/1997/04/01/04:15:09
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.
heres the good news: there are no "memory models" in djgpp because memory
is not "segmented" into 64K chunks. djgpp uses a "flat" memory model.
there are no far, near, huge pointers. all pointers are equal and no
qualifier is neccessary. enjoy this liberty!
- Raw text -