qcache is a hard disk buffer driver that monitors int13. Once it detects hard disk read/write operations, its buffering function is immediately enabled.
I compared the read/write times before and after loading, and the effect is very obvious.
The relevant data is as follows:
1. The size of the subdirectory files for reading and writing is 571M, with a total of 594 files;
2. Using devicehigh=qcache.sys /S5;
3. Loaded doslfn to read and write long filenames.
Copy tool | Copy time before loading | Copy time after loading
--- | --- | ---
xcp v1.63 | 4 minutes 53 seconds 41 | 47 seconds 94
xxcopy | 4 minutes 42 seconds 48 | 44 seconds 16
It can be seen that the effect of qcache is very obvious. If you deal with the hard disk more under DOS, it is recommended to put the qcache driver in config.sys (it only occupies 6K of memory).
Download link: http://bbs.wuyou.com/attachment.php?aid=33681
[ Last edited by willsion on 2008-1-6 at 04:53 PM ]
I compared the read/write times before and after loading, and the effect is very obvious.
The relevant data is as follows:
1. The size of the subdirectory files for reading and writing is 571M, with a total of 594 files;
2. Using devicehigh=qcache.sys /S5;
3. Loaded doslfn to read and write long filenames.
Copy tool | Copy time before loading | Copy time after loading
--- | --- | ---
xcp v1.63 | 4 minutes 53 seconds 41 | 47 seconds 94
xxcopy | 4 minutes 42 seconds 48 | 44 seconds 16
It can be seen that the effect of qcache is very obvious. If you deal with the hard disk more under DOS, it is recommended to put the qcache driver in config.sys (it only occupies 6K of memory).
Download link: http://bbs.wuyou.com/attachment.php?aid=33681
[ Last edited by willsion on 2008-1-6 at 04:53 PM ]


