Changes between Initial Version and Version 1 of Ticket #40, comment 34


Ignore:
Timestamp:
Apr 26, 2017, 2:32:05 PM (8 years ago)
Author:
erdmann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 34

    initial v1  
    77It might be a better idea to check within FS_INIT if large file support is available (don't know how this could be achieved, with some kernel peeking presumably ...) and if large file support is not available, then return with error.[[BR]]
    88Of course that blocks out older kernels but then you might be able to build 2 versions of FAT32.IFS ...
     9
     10If you check for KEE, I think it is also a good idea to use "DosQueryModuleHandle" instead of "DosLoadModule". If KEE exists "DosQueryModuleHandle" will return successfully but without attempting a further load of the module.