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


Ignore:
Timestamp:
Apr 26, 2017, 12:34:12 PM (7 years ago)
Author:
erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 34

    v1 v2  
    88Of course that blocks out older kernels but then you might be able to build 2 versions of FAT32.IFS ...
    99
    10 If 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.
     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.[[BR]]
     11Does FS_INIT execute in Ring0 (I would believe it does) ? Then, I am astonished that use of "DosLoadModule","DosQueryModuleHandle" works at all.