搜索资源列表
快闪文件系统
- 三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。-Samsung nand flash-based file system patents, understanding virtual U-mapping technique is very helpful.
分散索引的文件系统
- 分散索引的虚拟文件系统-scattered Index Virtual File System
virtual-fs
- 虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
模拟文件管理系统
- 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等
虚拟磁盘
- windows下面的文件系统驱动代码,希望对大家有用
source_code
- comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_wdf 内存虚拟盘实例 DP 硬盘还原示例代码 sfilter 文件过滤静态库 sflt_smpl 文件过滤静态库使用例子 crypt_file 文件系统透明加密代码 minifilter minifilter实例代码 minifilter
nfsLibrary_src
- 给予一个文件的虚拟文件系统,实现了Fat等格式。-Documents give a virtual file system, the realization of the Fat and other formats.
ngfs-src-0.02
- NG文件系统源码,是学习文件系统和虚拟文件系统,以及用户态到核心太文件系统的过程。-NG-source file system, file system is learning and virtual file system, and user state to the core of the process of file system too.
wenjian
- 建立内存文件系统 在内存中建立一个虚拟磁盘; 建立文件系统; 设计合理的数据结构,管理虚拟磁盘中已分配和未分配的盘块; 设计相应的目录结构,文件控制块等来管理系统中的文件; 实现文件的创建,删除,移位和改名; 设计可视化界面,显示已分配和未分配的磁盘空间; 实现磁盘转储功能,使文件可以从虚拟磁盘转入内存中。 -The establishment of the memory file system in memory to create a virtual d
virtualprint
- 文件介绍了基于组件模型的虚拟打印系统的研究与实现-Component model based on virtual Printing System Research and Implementation of
ssi1
- 虚拟文件系统 功能:mkdir,chdir(cd),rmdir,ls-virtual directory system
57027
- 嵌入式操作系统是支持嵌入式系统应用的操作系统软件,它是嵌入式系统极为重要的组成部分,通常包括与硬件相关的底层驱动软件、系统内核、设备驱动接口、通信协议、图形界面、标准化浏览器等。随着嵌入式系统的迅速发展, 给Linux 操作系统提供了极其广阔的应用前景,但嵌入式系统中通常要处理来自串口等设备的大量信息,要求系统具有很高的实时性。Linux 的内核调度策略基本是仿照UNIX而来,将它应用于嵌入式实时环境有许多缺陷。特别是在运行内核线程时,Linux 关闭中断,此外还存在分时调度、虚拟文件系统的时间
Understanding_the_Linux_Kernel
- 本书内容:内存管理,包括文件缓冲,进程交换和直接内存访问(DMA;虚拟文件系统层和第二和第三的扩展文件系统;;进程创建和调度;信号,中断和设备驱动程序的基本接口等-Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it s more than just an academic exercise. You ll learn what conditions bring
VirtualFileSystem
- 用VC写的 虚拟文件系统 经过测试 效果不错-Virtual file system written with VC tested the effect of good
virtual-file-system
- 华工的操作系统课程设计参考源码,实现了一个虚拟文件系统。-Laborers curriculum design reference source operating system, a virtual file system.
code
- 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
VirtualFileSys
- 虚拟文件系统,对资源进行打包,解包,并且使用zlib进行压缩-Virtual file system for resources packing, unpacking, and uses zlib compression
vfs
- c++开发虚拟文件系统,支持用户管理,权限设置,虚拟系统与本机磁盘系统间的导入与导出功能,该系统拥有磁盘格式化,目录,文件创建,浏览,编辑,删除,等功能-C++ development of a virtual file system, support for user management, permissions settings, import and export functions of virtual system and the unit disk system, this sys
Lab6_FileSystem
- 虚拟磁盘。创建文件等。命令行演示,通过模拟一个.dat文件创造出一个dat32虚拟文件系统-Virtual disk. Create file. Command line presentation,Create a dat32 virtual file system by simulating a.Dat file
VC 文件监控系统
- VC++ 文件监控系统,非常强大的系统源码,可以学习虚拟设备驱动的开发。(VC + + file monitoring system, a very powerful system source code, you can learn the development of virtual device driver.)