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

搜索资源列表

  1. proc

    0下载:
  2. Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:116206
    • 提供者:ptzff
  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. leds

    0下载:
  2. linux 系统中按键灯的编程方式的原代码,及其对应的makefile文件。-How to program the leds program in the linux system
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:564
    • 提供者:王工
  1. yaffs2[1].tar

    0下载:
  2. yaffs2源代码,可以编译成yaffs文件系统-yaffs2 source code can be compiled into the yaffs file system
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:133782
    • 提供者:陈懂得
  1. cxsdddff

    0下载:
  2. linux驱动头文件说明,包括头文件主目录include,体系结构相关头文件子目录,系统专用数据结构子目录-linux driver learn notes (S3C2440 LED driver)...
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:2754
    • 提供者:胡河宇
  1. ubuntu

    0下载:
  2. ubuntu里面添加一个新的系统调用,功能为文件拷贝,含有测试程序-ubuntu inside to add a new system calls, functions as a file copy contains the test procedures
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:12243
    • 提供者:sally
  1. 0V9650-drive-application-source-code

    0下载:
  2. 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-10
    • 文件大小:2434724
    • 提供者:王五
  1. mkyaffsimage

    0下载:
  2. yaffs 文件系统制作工具nand 512+16-yaffs tools nand 512+16
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:6971
    • 提供者:郑鹏飞
  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. Linux-kernel-makefile-resolution

    0下载:
  2. 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:342252
    • 提供者:罗海兵
  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. makefile

    0下载:
  2. 该文档是s3c2440芯片的spi1接口在linux系统中驱动模块的makefile文件。可以直接在文档目录下执行make命令。-this file is the makefile of the driver of s3c2440 s spi interface。you can exercise the command make in the same pathetic。
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:2560
    • 提供者:wudingzhiying
  1. zlog-latest-stable.tar

    0下载:
  2. zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:833946
    • 提供者:yangh
  1. spi

    0下载:
  2. 以下是s5pc100的不带系统SPI 操作m25p10的程序,需要map.lds,Makefile,s5pc100,文件-S5pc100 spi code
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:1638
    • 提供者:jiang
  1. unyaffs.tar

    0下载:
  2. android yaffs2 文件系统工具,可以解开yaffs2文件系统。手机发烧有工具必备!-, you can to unlock yaffs2 file system the android yaffs2 file system tools. Phone fever tools necessary!
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:40231
    • 提供者:yang ardon
  1. elf_load_or32_elf

    0下载:
  2. OR1200 ELF文件静态重定位的代码,可移植到无MMU的OR1200系统中-Static relocatable the OR1200 ELF file code can be ported to the the OR1200 system without an MMU
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:483371
    • 提供者:xuyong
  1. minixfs

    0下载:
  2. minux文件系统 最小文件系统 非常适合初学者学习-minux file system is very suitable for beginners to learn
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:16832
    • 提供者:周文浩
  1. audit.tar

    0下载:
  2. audit,审计功能。Linux内核有用日志记录事件的能力,比如记录系统调用和文件访问。然后,管理员可以评审这些日志,确定可能存在的安全裂口,比如失败的登录尝试,或者 用户对系统文件不成功的访问。-Audit, audit function. The ability of Linux kernel useful logging events, such as the record of system call and file access. Then, the administrator ca
  3. 所属分类:Driver develop

    • 发布日期:2017-05-06
    • 文件大小:1518904
    • 提供者:熊童子
  1. yaffs2

    0下载:
  2. yaffs文件系统制作,linux系统文件-yaffs file systems to produce, linux system files
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7545
    • 提供者:jcl
« 12 3 4 5 »
搜珍网 www.dssz.com