文件名称:romfs
- 所属分类:
- 驱动编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 816kb
- 下载次数:
- 0次
- 提 供 者:
- Sho***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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 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 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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
romfs
.....\COPYING.TXT
.....\exe
.....\...\umount
.....\...\......\MAKEFILE
.....\...\......\sources
.....\...\......\umount.c
.....\...\......\umount.rc
.....\...\umount.exe
.....\...\unload
.....\...\......\MAKEFILE
.....\...\......\sources
.....\...\......\unload.c
.....\...\......\unload.rc
.....\...\unload.exe
.....\install.txt
.....\readme.txt
.....\romfs.reg
.....\romfs.txt
.....\sys
.....\...\bin
.....\...\...\nt4
.....\...\...\...\i386
.....\...\...\...\....\checked
.....\...\...\...\....\.......\romfs.pdb
.....\...\...\...\....\.......\romfs.sys
.....\...\...\...\....\free
.....\...\...\...\....\....\romfs.pdb
.....\...\...\...\....\....\romfs.sys
.....\...\...\w2k
.....\...\...\...\checked
.....\...\...\...\.......\i386
.....\...\...\...\.......\....\romfs.pdb
.....\...\...\...\.......\....\romfs.sys
.....\...\...\...\free
.....\...\...\...\....\i386
.....\...\...\...\....\....\romfs.pdb
.....\...\...\...\....\....\romfs.sys
.....\...\...\xp
.....\...\...\..\chk
.....\...\...\..\...\i386
.....\...\...\..\...\....\romfs.pdb
.....\...\...\..\...\....\romfs.sys
.....\...\...\..\fre
.....\...\...\..\...\i386
.....\...\...\..\...\....\romfs.pdb
.....\...\...\..\...\....\romfs.sys
.....\...\inc
.....\...\...\border.h
.....\...\...\fsd.h
.....\...\...\ltypes.h
.....\...\...\ntifs.h
.....\...\...\rom_fs.h
.....\...\src
.....\...\...\alloc.c
.....\...\...\blockdev.c
.....\...\...\char.c
.....\...\...\cleanup.c
.....\...\...\close.c
.....\...\...\cmcb.c
.....\...\...\create.c
.....\...\...\ddkver
.....\...\...\debug.c
.....\...\...\devctl.c
.....\...\...\dirctl.c
.....\...\...\fastio.c
.....\...\...\fileinfo.c
.....\...\...\fsctl.c
.....\...\...\fsd.c
.....\...\...\init.c
.....\...\...\lockctl.c
.....\...\...\MAKEFILE
.....\...\...\read.c
.....\...\...\romfs.dsp
.....\...\...\romfs.dsw
.....\...\...\romfs.rc
.....\...\...\romfs.sln
.....\...\...\romfs.vcproj
.....\...\...\romfsrec.c
.....\...\...\runbuild.bat
.....\...\...\Sources
.....\...\...\string.c
.....\...\...\volinfo.c
.....\COPYING.TXT
.....\exe
.....\...\umount
.....\...\......\MAKEFILE
.....\...\......\sources
.....\...\......\umount.c
.....\...\......\umount.rc
.....\...\umount.exe
.....\...\unload
.....\...\......\MAKEFILE
.....\...\......\sources
.....\...\......\unload.c
.....\...\......\unload.rc
.....\...\unload.exe
.....\install.txt
.....\readme.txt
.....\romfs.reg
.....\romfs.txt
.....\sys
.....\...\bin
.....\...\...\nt4
.....\...\...\...\i386
.....\...\...\...\....\checked
.....\...\...\...\....\.......\romfs.pdb
.....\...\...\...\....\.......\romfs.sys
.....\...\...\...\....\free
.....\...\...\...\....\....\romfs.pdb
.....\...\...\...\....\....\romfs.sys
.....\...\...\w2k
.....\...\...\...\checked
.....\...\...\...\.......\i386
.....\...\...\...\.......\....\romfs.pdb
.....\...\...\...\.......\....\romfs.sys
.....\...\...\...\free
.....\...\...\...\....\i386
.....\...\...\...\....\....\romfs.pdb
.....\...\...\...\....\....\romfs.sys
.....\...\...\xp
.....\...\...\..\chk
.....\...\...\..\...\i386
.....\...\...\..\...\....\romfs.pdb
.....\...\...\..\...\....\romfs.sys
.....\...\...\..\fre
.....\...\...\..\...\i386
.....\...\...\..\...\....\romfs.pdb
.....\...\...\..\...\....\romfs.sys
.....\...\inc
.....\...\...\border.h
.....\...\...\fsd.h
.....\...\...\ltypes.h
.....\...\...\ntifs.h
.....\...\...\rom_fs.h
.....\...\src
.....\...\...\alloc.c
.....\...\...\blockdev.c
.....\...\...\char.c
.....\...\...\cleanup.c
.....\...\...\close.c
.....\...\...\cmcb.c
.....\...\...\create.c
.....\...\...\ddkver
.....\...\...\debug.c
.....\...\...\devctl.c
.....\...\...\dirctl.c
.....\...\...\fastio.c
.....\...\...\fileinfo.c
.....\...\...\fsctl.c
.....\...\...\fsd.c
.....\...\...\init.c
.....\...\...\lockctl.c
.....\...\...\MAKEFILE
.....\...\...\read.c
.....\...\...\romfs.dsp
.....\...\...\romfs.dsw
.....\...\...\romfs.rc
.....\...\...\romfs.sln
.....\...\...\romfs.vcproj
.....\...\...\romfsrec.c
.....\...\...\runbuild.bat
.....\...\...\Sources
.....\...\...\string.c
.....\...\...\volinfo.c