CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - 文件系统实现

搜索资源列表

  1. 12

    0下载:
  2. 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:1296
    • 提供者:包伟伟
  1. avfs-0.9.9

    0下载:
  2. 一个虚拟文件系统,实现系统的格式化、目录的创建、文件的建立和删除-A Visual File System
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-03
    • 文件大小:1090973
    • 提供者:yuqinghong
  1. File-system

    0下载:
  2. Linux操作系统下的编程,模拟实现了Linux操作系统下的文件系统功能-Programming under the Linux operating system, the simulation under the Linux operating system, file system
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:824943
    • 提供者:
  1. findfd

    1下载:
  2. 目前linux的系统调用中没有可以有效获得当前进程打开的所有文件标识符的函数。所以我实现了nextfd,findfd系统调用,使用bitmap高效率实现。-Linux system calls can access the function of all open files in the current process identifier. So I achieve a nextfd of findfd system calls, the use of bitmap high efficie
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-14
    • 文件大小:3805
    • 提供者:Zhaiyf
  1. xfsprogs-and-dump

    0下载:
  2. xfs应用于xfs文件linux X86_64系统安装的软件.可以实现XFS的文件系统添加。-software the xfs applied to xfs file linux X86_64 system installation. XFS file system to add.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-23
    • 文件大小:986271
    • 提供者:ella.han
  1. caozuoxitong

    0下载:
  2. 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。自己编写的程序,绝对原创。-failed to translate
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:72264
    • 提供者:王景
  1. Fat-FileSystem

    0下载:
  2. 简易Linux FAT 文件系统的实现。本程序是操作系统课程的课程设计,获得优秀。 具体实现了文件系统格式的定义,实现了基本的cd/pwd/ls 等命令。-Basic Linux FAT filesystem demo code.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:22933
    • 提供者:zhangqiang
  1. linux

    0下载:
  2. 基于Linux的模拟文件系统的设计与实现-Design and implementation of the Linux file system based simulation
  3. 所属分类:Driver develop

    • 发布日期:2017-05-02
    • 文件大小:672621
    • 提供者:高月
  1. rootfs.tar

    2下载:
  2. 自己实现的yaffs2文件系统,可以直接在开发板上使用。linux移植需要的通用文件系统。基于s3c2440-Their implementation yaffs2 file system that can be used directly in the development board. linux transplant requires a common file system. Based on s3c2440
  3. 所属分类:Driver develop

    • 发布日期:2017-05-23
    • 文件大小:7602921
    • 提供者:丁洋
  1. my_proc

    0下载:
  2. 实现Linux系统下/proc文件的创建和删除,包括Makefile文件。-Achieve the Linux system/proc file creation and deletion, including the Makefile.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:yang
  1. readinfo

    0下载:
  2. 通过读取/proc文件实现对Linux系统硬件信息的显示。-By reading the/proc file system to achieve the display hardware information on Linux.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3020
    • 提供者:yang
  1. bottom_fs

    0下载:
  2. linux内核过滤文件系统,实现文件操作的拦截和重定向-linux kernel filter file system, file operations to intercept and redirect
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1248
    • 提供者:Juan
  1. Disk

    0下载:
  2. 在Linux操作系统上,简单地实现一个基于位示图的文件系统-On the Linux operating system, a simple realization of a bit map based on the file system
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:11485
    • 提供者:kid
  1. Simulation-File-System

    0下载:
  2. 模拟了linux中ex3文件系统的实现。将一个文件当作磁盘进行操作,呈现的效果类似linux命令行,可以实现cd,ls,创建文件/目录,删除文件/目录,读写文件- Analog implementation linux in ex3 file system. The disk as a file operation, showing the effect is similar to linux command line can be achieved cd, ls, create a fil
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:4461
    • 提供者:王志祥
  1. char_led_driver

    0下载:
  2. Linux内核驱动程序,详细解释基于Linux驱动程序文件系统和硬件操作的实现-The Linux kernel driver, detailed explanation based on Linux drivers for the implementation of file system and hardware operation
  3. 所属分类:Driver develop

    • 发布日期:2017-12-13
    • 文件大小:3024
    • 提供者:筱谙
  1. sd-card-linux-driver

    0下载:
  2. linux驱动编写,实现外接sd卡功能,实现fafts文件系统,并包含电路图-Linux driver to write, to achieve external SD card function, to achieve fafts file system, including the circuit diagram
  3. 所属分类:Driver develop

    • 发布日期:2017-12-13
    • 文件大小:10908275
    • 提供者:余良
搜珍网 www.dssz.com