CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux block 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. 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. 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. Drivers

    0下载:
  2. 成都中嵌linux系统培训班的驱动教程,包括LED,字符设备,块设备等等,很好的aem-linux驱动学习资料-Chengdu embedded linux system, the driver training course curricula, including LED, character devices, block devices, etc., a very good aem-linux-driven learning materials
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-25
    • 文件大小:8702414
    • 提供者:小康
  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. 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. pci

    0下载:
  2. Linux PCI driver skeleton sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1023
    • 提供者:B.J.
  1. Linux divice diver

    1下载:
  2. Linux设备驱动的现状 从non­ os驱动到Linux驱动 内核设施  自旋锁、信号量、互斥量、完成量  异步通知、信号  阻塞与非阻塞  内存与I/O操作,DMA  中断,top  half/bottom  half 字符设备驱动 复杂设备驱动的框架  LCD设备FRAMEBUFFER  FLASH设备MTD  TTY设备  块设备 用户空间的设备驱动 设备驱动开发流程  开
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-04-30
    • 文件大小:1050404
    • 提供者:门票
  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. Linux-driver-development8

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第8章、Linux设备驱动中的阻塞与非阻塞I/O。阻塞和非阻塞I/O是设备访问的两种不同模式,驱动程序可以灵活地支持用户空间对设备的这两种访问方式。8.1节讲解阻塞I/O和非阻塞I/O的区别,实现阻塞I/O的等待队列机制,以及在globalfifo设备驱动中增加对阻塞I/O支持的方法,并进行了用户空间的验证。8.2节讲解设备驱动的轮询(poll)操作的概念和编程方法,poll操作可以帮助用户了解是否能对设备
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:399259
    • 提供者:华清远见
  1. Linux-driver-development9

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第9章、Linux设备驱动中的异步通知与异步I/O。在设备驱动中使用异步通知可以使得对设备的访问可进行时,由驱动主动通知应用程序进行访问。这样,使用无阻塞I/O的应用程序无须轮询设备是否可访问,而阻塞访问也可以被类似“中断”的异步通知所取代。 9.1节讲解了异步通知的概念和作用,9.2节讲解了Linux异步通知的编程方法,9.3节讲解了增加异步通知的globalfifo驱动及其在用户空间的验证。-Aut
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:463247
    • 提供者:华清远见
  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. cyasblkdev_block

    0下载:
  2. West Bridge Linux Block Driver source file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:9103
    • 提供者:jingjyuy
  1. block

    0下载:
  2. Blocking Client for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:1860
    • 提供者:binfanro
  1. linux-blk-example

    0下载:
  2. linux下块设备驱动程序实例,包含makefile的详细工程,可直接编译安装加载,格式化,拷贝数据存储-Under Linux block device driver instance, makefile included detailed engineering, can be directly compiled installation load, formatting, copy data storage
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7077
    • 提供者:lan
  1. 12bdev

    0下载:
  2. Linux内核开发之块设备驱动程序,内存模拟块设备-Linux block driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:39371
    • 提供者:江珅
  1. Linux设备驱动开发详解.part01

    1下载:
  2. Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))
  3. 所属分类:驱动编程

    • 发布日期:2019-07-23
    • 文件大小:4999168
    • 提供者:chijiu
« 12 3 4 5 »
搜珍网 www.dssz.com