From: "Target" Newsgroups: comp.os.msdos.djgpp Subject: Virtual Memory? Date: Thu, 30 Apr 1998 23:01:33 -0400 Organization: Erol's Internet Services Lines: 9 Message-ID: <6ibeah$2uq$1@winter.news.erols.com> NNTP-Posting-Host: 207-172-207-14.s14.as5.blb.erols.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I wrote a little program that just makes link list until the user hits a key or fails to allocate memory. When I compiled it under DJGPP it only allocated about 20MB (32MB system), however when I compiled it under Visual C it used did not run in to this barrier. Is the some compiler/linker option that I can use (I can't see DJGPP having this limitation). > thx in advance