Mail Archives: djgpp/2001/07/17/23:00:25
> When I boot my old DOS6.2 , then mem.exe /d always only shows
> 64 MB of RAM , no matter how much RAM I actually installed.
> When I make a boot-disk with WIN98 , and boot from that disk ,
> then mem.exe shows all installed RAM.
The HIMEM.SYS which came with DOS6.2 and earlier was limited to
64Mb of memory. Later versions with Win9x have an extended API
that will support it all.
> But my GCC203 programs still seem to use only 64MB under DOS.
> While in a DOS window under WIN98 , they seem to make use of all
> installed RAM.
What version of CWSDPMI do you have? (cwsdpmi -u should say)
How much memory does GO32-V2 report? How did you determine how
much memory was available (if it was small allocations, read the
FAQ and/or CWSDPMI documentation to increase internal stack).
- Raw text -