Here are two versions:
f0001 version is a quick-fix for f0000, which has a serious bug for write request handling.
(f0000 version cause a serious data inconsistency problem, thus I will remove the file)
In f0002 version, I added a feature to controlling write buffer size elastically. It starts from 8MB, and it increases buffer in 1MB unit by its own decision based on buffer usage.
While I am implementing this feature, I detected a serious bug in the first f0000 version, and I fixed it in f0001 version.
It is because f0002's new feature has not much been evaluated.
The maximum buffer size is configurable, and it is set as 256MB by default. (refer to install.reg file)
Maybe within July, I will add installer/uninstaller, which are used for the old FlashFire versions.
These versions are tested only on Windows XP (32bit).
