Changeset 1437


Ignore:
Timestamp:
May 4, 2004, 1:54:10 PM (21 years ago)
Author:
bird
Message:

Only high memory on Warp4.5 and later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/__initdll.c

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1436 r1437  
    8282    _sys_gcbVirtualAddressLimit = 0;
    8383    if (    !DosQuerySysInfo(QSV_VIRTUALADDRESSLIMIT, QSV_VIRTUALADDRESSLIMIT, &aul[0], sizeof(aul[0]))
    84         &&  aul[0] > 512)
     84        &&  aul[0] > 512
     85        &&  (   (_osmajor == 20 && _osminor > 40)
     86             || _osmajor > 20 /* yeah, sure! */) )
    8587        _sys_gcbVirtualAddressLimit = aul[0] * 1024*1024;
    8688
Note: See TracChangeset for help on using the changeset viewer.