From: Andrea Martino Newsgroups: comp.os.msdos.djgpp Subject: Problem with memory allocation... Date: Wed, 14 May 1997 12:38:37 +0200 Organization: Swiss Federal Institute of Technology (ETHZ) Message-ID: <3379962D.348A@iiic.ethz.ch> NNTP-Posting-Host: slab160.ethz.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have a problem with DJGPP memory features... I would like to choose where my data will be stored (in physical memory or in the virtual one), because I will to store my 3D world in RAM and other things like data-bases in virtual memory. #include int _crt0_startup_flags = _CRT0_FLAG_LOCK_MEMORY I know that this effectively disables virtual memory in my program, but I want to use the virtual memory too. Can anyone help me? Thanx P.S.: I cannot read every day the news, so it`s possible to recive the answer in my mailbox too?