Eric Auer schrieb:
> Hi,
> 
>>>> LFN for FAT and for NTFS are working stable in Linux. Could a FreeDOS
>>>> developer grab this free knowledge from Linux and improve DOSLFN this
>>> way?
>>> very unlikely. Linux drivers are too different from DOS kernel or DOS
>>> TSR to be useful
>> What about bringing the FUSE interface to DOS? Would it be possible to port
>> libfuse and then write a system driver to support FUSE drivers?
> 
> FUSE is targeted towards Linux and supports things that DOS does
> not need and cannot support. You can use the already existing
> "network redirector" interface, int 2f, ah=11, al=function number
> to implement drivers for any network or local non-FAT filesystem.

Also a very nice way to implement non-FAT filesystems and/or network
filesystems is the approach USBASPI.SYS is using.

It's even compatible with accessing over INT 13 and third party
filesystem drivers.

http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=Main.NTFS

-mr


------------------------------------------------------------------------------
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to