Mail Archives: djgpp/2014/03/03/15:15:19
On Mon, 03 Mar 2014 05:30:53 -0500, palxex <palxex AT gmail DOT com> wrote:
> On Monday, March 3, 2014 2:36:07 PM UTC+8, rug DOT DOT DOT AT gmail DOT com wrote:
>> Is this on native hardware or inside a VM?
>>
> Native Hardware. A 1st-generation i7 CPU with 8G DDR3 - other hardware
> detail can be find by google Quanta TW9 barebone.
I'm not sure what the problem is, but I'm wondering if
the huge amount of memory, 8GB, is a factor. DJGPP -
specifically, the DPMI hosts - might have problems with
more than 4GB. Windows 98 does not like more than 1GB.
Have you tried an XMS host that can restrict memory?
E.g., Japheth's HIMEMX, in config.sys, with 1GB limit:
DEVICE=HIMEMX.EXE/MAX=1048576
Or, could it be some other DOS setup issue?
Are you using a RAMDISK with known memory limitations?
E.g., Franck Uberto's XMSDSK has a 2GB limit. If using
this, disable it completely. In fact, disable any ramdisk.
Is LASTDRIVE set to 'Z'? What is your FILES setting
in config.sys? If it's low, perhaps try 50 or 120.
Are you using a device loader like DEVLOAD or DDL to
load your device drivers? Try loading them directly
in config.sys or autoexec.bat.
Do you have any USB device drivers loaded? If so, could
you disable *all* of them?
Also, try renaming your config.sys and autoexec.bat to
backups. I.e., don't load anything at all in your DOS
config files.
Japheth's HIMEMX
http://www.japheth.de/Jemm.html
Rod Pemberton
- Raw text -