• Robert Sprowson's avatar
    Extend upper permissable file size to 4GB-1 · 47fd7e2c
    Robert Sprowson authored
    Tested for ~200,000 cycles in various configurations with FSBash, with no integrity problems, nor bad maps. However, background transfers (currently only used by ADFS) is still being endurance tested, hence is currently disabled.
    Users should note that they can create big files without needing to reformat their drives, however if reverting to an older copy of FileCore the files must not be opened, loaded, or deleted (it's fine to view the directory, just don't expect old FileCore to know how to parse such long fragment runs).
    Current versions of DiscKnight (1.49) do not understand long fragment runs.
    
    FSBash
    ------
    * Reviewed and expunged various signed comparisons of file pointers in the existing tests
    * Added new tests for big files which attempt to aggrevate all the usual problems passing over and up to important boundaries
    * Makefile recreated from fragments
    * Some compiler warning squashed
    
    Docs
    ----
    * Some notes added for big file support
    
    Misc
    ----
    Comman...
    47fd7e2c
Makefile 765 Bytes