Mail Archives: djgpp/1996/08/29/03:47:52
On 28 Aug 1996, Alexander Lehmann wrote:
> VFAT16 is supported for win32 applications, but not for DOS
> applications using the INT calls. I have no idea how this really
> works, but I guess writing a TSR that intercepts the INT21 extensions
> and uses win32 functions to get the data should be relativly easy. The
> main advantage is that you don't have to muck with disk access at all
> (other than with DOS).
Perhaps some enlightenment can be drawn from the VFAT driver in Linux 2.0
kernel. Of course that is an inode-based implementation. I was wondering
in fact if Linux could use VFAT as its native filesystem, ala UMSDOS but
better since VFAT has LFN support etc.
- Raw text -