>  Any foreign filesystem driver for a modern is (e.g. ext# ...)
> should optionally include support for LFN api.  Note that EDR kernel
> includes extended LFN api for seeking in greater than 4GB files. 
> Assuming a program doesn't seek,

INT 2F CU - NETWORK REDIRECTOR - READ FROM REMOTE FILE
        AX = 1108h
        ES:DI -> SFT
            SFT DPB field -> DPB of drive containing file
        CX = number of bytes
        SS = DOS DS
        SDA DTA field -> user buffer

there is no seek at all.

reading/writing through the network redirector is actually

   read XXXX (16 bit) bytes at offset YYYYYYYY (32 bit)

of course you can change this field to have more bits, but are leaving
standard DOS network redirector


> and no internal limitations (more
> likely) files > 4GB can be read/written without changing the abi. 
> I'll try sending the RBIL like snippet later when I'm on my
> computer.  Any extention should follow it to minimize variations for
> those few DOS programs that may be written to use it.  :-)

tom


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

Reply via email to