|
||||||||
|
Next
Previous
Contents
14. The FileAccess group of ModulesThis hold all kind of accessing files on a Unix filesysten from DOS.
14.1 dosext/mfs/mfs.c InformationThis is the file redirector code for DOSEMU. It was built on the Mach DOS redirector and as such continues that copyright as well in addition the GNU copyright. This redirector uses the DOS int2f fnx 11 calls to give running DOS programs access to any Unix mounted drives that permissions exist for.
14.2 Remarks in dosext/mfs/mfs.cThe msdos_dir_ent structure has much more than 28 bytes. Is this significant? ----- Added compares to NUL so that newer versions of Foxpro which test directories using xx\yy\nul perform closer to whats DOS does.
14.3 Items for Fixing in dosext/mfs/mfs.cWe probably should use llseek here for file > 2 GBytes ----- returned size of struct dir_ent seems wrong at 28 bytes. */
Next Previous Contents |
|||||||
The DOSEMU team |