Changes between Initial Version and Version 1 of Ticket #64, comment 16
- Timestamp:
- Oct 22, 2017, 3:59:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64, comment 16
initial v1 55 55 I would think that FSH_DOVOLIO is just a wrapper around the DMD/legacy device driver strat1 entry point and nothing more (so that you don't have to find out WHICH DMD/legacy device driver needs to be called. FSH_DOVOLIO will find the correct DMD/block driver via the VPB info). 56 56 57 Please note: strat2 and strat3 entry points are OPTIONAL. You cannot rely on their existence. In short: you still might be forced to use the strat1 entry point/FSH_DOVOLIO.[[BR]] 58 That will certainly be true for a volume managed by VFDISK.SYS as it is a legacy block device driver that does not support the strat2 entry point. 59 57 60 Don't worry too much about performance. The largest performance hit is FAT32.IFS itself with its inefficient sector handling. 58 61