Changes between Version 3 and Version 4 of Ticket #40, comment 34


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 34

    v3 v4  
    55
    66By the way: what you can always do according to IFS spec is to return from FS_INIT with a return value != NO_ERROR in which case the system will unload the driver.[[BR]]
    7 It 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]]
     7It might be a better idea to check within FS_INIT if large file support is available and if it 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 ...
    99