I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked - 资源详细说明
I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an example driver. The current status is a working read-only driver that supports caching of file data, the create functionallity still needs some work but I m releasing it due to the high public demand.
I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked - 源码文件列表