CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - block device driver

搜索资源列表

  1. Linux_block_driver

    0下载:
  2. linux下块设备block驱动程序源代码分析。-under linux block block device driver source code analysis.
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-15
    • 文件大小:58813
    • 提供者:小刚
  1. Drivers-and-Sources

    0下载:
  2. 基于arm7的uclinux嵌入式驱动程序源代码, 代码很全,包括如下目录: adc、gpio、i2c、pwm、Simple Block Device Driver Module、Simple Char Device Driver Module、Simple Ethernet Device Driver Module、Simple Kernel Module、spi、zlg_ffs
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1489683
    • 提供者:8307317
  1. block

    0下载:
  2. simple hard disk driver block device
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:6363
    • 提供者:李明
  1. vxworks

    0下载:
  2. 这个是VXWORKS驱动程序开发的几个小例子。 例程包括: Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板.-This is a driver development VXWORKS a few small examples. Routines include: Char.c and Char.h is a character device driver is a block device driver temp
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:7428
    • 提供者:JokyHe
  1. block_drivers

    0下载:
  2. 外国人编写的开发linux系统下块设备驱动的讲稿,英文。能让您快速了解开发流程。english-Foreigners prepared to develop the system under linux block device driver of the scr ipt, and English. Allows you to quickly understand the development process. english
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:786806
    • 提供者:
  1. block_dev_driver

    0下载:
  2. 一个简单的块设备驱动程序,演示了一个最基本的块设备开发方法-A simple block device driver, to demonstrate a basic block device development methodology
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:2135
    • 提供者:tq.sun
  1. simp_blkdev_step01_08[1].tar

    0下载:
  2. 此文档分为8个部分,详细阐述了linux块设备驱动程序编写的方法,并附着了详细的案例,使开发者可以很快入手块设备的开发流程和方法。-This document is divided into eight parts, explained in detail linux block device driver programming method, and attach to the case in detail, so developers can quickly start the devel
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:44364
    • 提供者:潘石头
  1. blk

    0下载:
  2. Linux块设备驱动分析与模拟实现,在Linux内核中模拟出一个块设备-Linux block device driver analysis and simulation, simulation in the Linux kernel a block device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:105364
    • 提供者:陈扬
  1. linuxdriver_code_tool

    0下载:
  2. 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-16
    • 文件大小:25064728
    • 提供者:keke
  1. vxworks_device_driver_developers_guide_6.4

    0下载:
  2. 本文详细介绍了vxworks6.4下面字符设备,块设备,及网络设备驱动程序的架构,调试。-This paper introduces in detail the following characters vxworks6.4 devices, block devices, and network device driver architecture, debugging.
  3. 所属分类:VxWorks

    • 发布日期:2017-05-07
    • 文件大小:1252201
    • 提供者:周涛
  1. userkernelspace

    0下载:
  2. A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:harish
  1. lyl

    0下载:
  2. Linux操作平台下的块设备驱动程序的开发与实现源代码。-Linux block device driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16150
    • 提供者:lyl
  1. sbull-2.6.22

    0下载:
  2. 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:133489
    • 提供者:黄伟
  1. linux_drivers

    0下载:
  2. LINUX驱动设备编程的范例源码,包括字符设备、网络设备、块设备驱动程序的编写。-LINUX device driver source code examples of programming, including character devices, network equipment, block device driver to prepare.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:132332
    • 提供者:黄峰
  1. sbull_farsight

    0下载:
  2. Linux块设备驱动程序的代码事例,非常有助于初学者实践并学习块设备驱动程序-Linux block device driver code examples, very useful for beginners practice and learn from block device driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:129511
    • 提供者:wa
  1. block

    0下载:
  2. 嵌入式linux设备驱动之块设备驱动相关代码-Embedded linux device driver code related to the block device driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:665064
    • 提供者:zhengwei
  1. a-block-driver

    0下载:
  2. 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:77162
    • 提供者:pangxieer
  1. linux-block-device

    0下载:
  2. 粤嵌教育的嵌入式培训课件,关于驱动的,网上暂时还没人上传过。这个是块设备驱动的。-Guangdong embedded in the education of embedded training courseware, driven, on-line temporarily not uploaded people. This is a block device driver.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-21
    • 文件大小:458618
    • 提供者:李继滨
  1. A-simple-block-driver

    0下载:
  2. 一个网友写的关于块设备驱动的,写得很详细,很基础,文章标题是《写一个块设备驱动》,不过那是论坛的更新帖,不方便看,我自己花时间整理出来了-A netizen wrote block device driver, very detailed, the title of the article is to " write a block device driver, but updated the forum posts, inconvenient see, I have to spend time
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:59208
    • 提供者:李继滨
  1. hello_dev.tar

    0下载:
  2. Example of the simplest block device driver
  3. 所属分类:驱动编程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Robotex
« 12 3 4 »
搜珍网 www.dssz.com