Mail Archives: djgpp/1997/05/14/09:51:26
From: | Andrea Martino <amartino AT iiic DOT ethz DOT ch>
|
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
|
Lines: | 18
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
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 <crt0.h>
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?
- Raw text -