搜索资源列表
driver
- linux下字符设备驱动程序的设计和实现过程。包括源码和加载步骤等详细指示。适合初学者。
LinuxCharDevice
- LINUX内核字符设备驱动以及说明--The LINUX kernel of character equipment
LINUX-driver-develop2
- 中程在线信息产业培训:第二讲,字符设备驱动程序、驱动模块介绍-Medium-range online information industry training: Lecture, character device drivers, driver module introduced
LINUX-driver-develop3
- 中程在线信息产业培训:第二讲,字符设备驱动程序、驱动模块介绍-Medium-range online information industry training: Lecture, character device drivers, driver module introduced
ldd.samples-2.0-beta3.tar
- linux驱动开发各模块演示程序,包含字符设备,块设备,网络设备的演示程序-Linux driver development for each module demo program contains the character device, block device, network devices of the demo program
Linux-net-device-analyse
- [摘要] 在本文中,首先概括了网络设备总体特征和工作原理,接着在分析了一个重要的数据结构device后,重点剖析了网络设备的整个初始化工作过程;简单地分析了设备的打开和关闭的操作后,是有关数据包的传输和接收的分析;在最后,本文对写网络设备驱动程序做了一个总结。以上的每部分的分析,都是在NE2000以太网卡的基础上进行的。在附录中是一个虚拟的字符设备驱动程序以及写这个程序的体会,该程序已成功使用过,它是在网络设备分析之前本人做的一个小小的试验。-[Abstract] In this article
linux--driver--develop
- 驱动开发简介 设备驱动分类 Linux下字符型设备管理 Linux驱动编译和加载方式 简单Linux字符型设备驱动程序 驱动程序与应用程序的区别-Driven Development Introduction classified under Linux device driver managing Linux character device drivers compiled and loaded is simple Linux character device drive