Changes between Version 3 and Version 4 of Ticket #40, comment 34
- Timestamp:
- Apr 26, 2017, 2:38:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 34
v3 v4 5 5 6 6 By 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]]7 It 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]] 8 8 Of course that blocks out older kernels but then you might be able to build 2 versions of FAT32.IFS ... 9 9