Mail Archives: djgpp/1995/07/02/07:38:30
> The real problem therefore seems to be the following: How can I convince GO32
> to use XMS memory and to ignore any present EMS memory? The latter will be
I don't think you can. When GO32 starts up, its logic works in such a way
that if it sees any EMS at all it will try to use VCPI mode, and fail if
there isn't enough VCPI (i.e., EMS) memory. To work around this, you will
have to install a memory manager in a mode that it can allocate both XMS and
EMS memory from the same pool (EMM386 from DOS 6.x can do it, as most other
3rd party memory managers).
- Raw text -