搜索资源列表
VirtualDisk
- linux 下面的虚拟块设备,就是将内存的一个部分虚拟为块设备,提高输入输出的效率
block
- Linux块设备驱动源码,学习开发Linux块设备驱动的好帮手
s3c2440linuxsddriver
- 1. sysfs 层的总线类型处理: 注册一组 mmc 类型处理函数, 标志为 \"mmc\" 2. mmc/sd 快设备管理:注册一个块设备和一组 mmc 总线类型的 driver 子函数, 实现块设备的队列管理等 3. mmc/sd host管理: 实现 host 的管理 4. 针对特定的mcu实现一个host驱动实例:主要是注册一个 host实体,中断处理函数,io设置函数,请求处理函数等
linuxmtd
- Linux MTD介绍: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系 统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个 抽象的接口。MTD的所有源代码在/drivers/mtd子目录下。我将CFI接口的MTD设备分为四层(从设备节 点直到底层硬件驱动),这四层从上到下依次是:设备节点、MTD设备层、MTD原始设备层和硬件驱 动层。
block_drivers
- 外国人编写的开发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
linuxblockdev
- linux下的块设备驱动,培训时的资料,精髓-block
blk
- Linux块设备驱动分析与模拟实现,在Linux内核中模拟出一个块设备-Linux block device driver analysis and simulation, simulation in the Linux kernel a block device
blkdev
- linux 块设备.学习linux块设备的好东东。-linux
lyl
- Linux操作平台下的块设备驱动程序的开发与实现源代码。-Linux block device driver
Linux_block_driver_write_PPT
- 《Linux块设备驱动开发PPT》。对PPT的封装,介绍了Linux下开发块设备驱动的方法。-write block driver in linux, it s a PPT format
linuxqudong-1
- 本书介绍的主题会越来越复杂,它们可以分成两个部分。第一部分(第1章到第10章)从内核模块的正确安装开始介绍,会涉及到写字符设备驱动程序需要面对的各方面的问题。每章会讨论一个独立主题,并且在末尾包含一个“符号表”,在实际开发时,可以用作参考。当我写自己的设备驱动程序时,我发现我会回头去查自己写的章节,我希望你也可以充分利用这个符号表。 贯穿本书第一部分材料的组织方式大致是从面向软件到面向硬件。这意味着你可以在没有附加设备的情况下在你的机器上测试软件。每章都包含源代码,并指出可以使用的驱动程序的
blktrace-1.0.0.tar
- Blktrace是linux系统下用来记录磁盘io读写请求的工具。它由两部分组成:一部分工作在内核态,现在已经是标准内核的一部分,它工作在块设备层;另一部分是用户态程序,由用户输入命令启动。-Blktrace is used to record under the linux system to read and write disk io request tool. It consists of two parts: the core part of state, is now a stand
linux_drivers
- LINUX驱动设备编程的范例源码,包括字符设备、网络设备、块设备驱动程序的编写。-LINUX device driver source code examples of programming, including character devices, network equipment, block device driver to prepare.
Linux2
- 索引 Code maturity level options代码成熟度选项.........................................................................2 General setup常规设置.................................................................................................................2
sbull_farsight
- Linux块设备驱动程序的代码事例,非常有助于初学者实践并学习块设备驱动程序-Linux block device driver code examples, very useful for beginners practice and learn from block device driver
LinuxdevicedriverdevelopmentXiangjie
- 本书全面而详细地讲Linux设备驱动开发中涉及的理论毛*多种设备驱动的框架,本书 是基于2.6内核进行讲解,将字符设备、块设备、TTY设备、IIC设备、LCD设备、Flash设备、网络 设备、音频设备、PCI设备等复杂设备驱动的框架作为核心内容。完全从工程实际出发,具有很台 盟的可操作性
main
- Linux-4.6.21内核版本USB块设备驱动程序,通过修改块设备和USB字符设备驱动程序得到-Linux-4.6.21 kernel version of the USB block device driver, by modifying the block devices and USB character device driver to be
LinuxDrv
- Linux驱动示例,入门推荐.有字符设备驱动,块设备驱动.-Linux driver example, the entry recommended. There is character device drivers, block device drivers.
simp_blkdev
- 一个简单的块设备应用小程序!使用的是模块编程实现。-a simple block device application in linux!
Linux设备驱动开发详解.part01
- Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))
