搜索资源列表
Linux_systerm_call
- 《LINUX下增加系统调用的二种方法》 摘要: 在分析LINUX系统调用机制的基础上通过修改内核源代码和插入内核模块实现二种增加系统调用的方法。 关键词: LINUX系统调用操作系统-"Linux system call to increase the two methods" Abstract : Analysis of the Linux system call mechanism adopted on the basis of amendments to the
FastFileSystem
- windows系统内核实验,快速文件系统。 分别用三种方法来实现一个对文件的操作: 无缓冲方式:表示用的标志位是FILE_FLAG_NO_BUFFERING。 缓冲方式:表示用的标志位是FILE_FLAG_SEQUENTIAL_SCAN。 异步方式:表示用的标志位是FILE_FLAG_OVERLAPPED。-windows system kernel experiments, fast file system. Three methods were used to achiev
