By analyzing the working principle of Linux network device driver,discussing the Linux network driver structure and its key technologies,the general network driver structure and its design methodologies in Linux syste...By analyzing the working principle of Linux network device driver,discussing the Linux network driver structure and its key technologies,the general network driver structure and its design methodologies in Linux system are summarized. Through modifying the network device driver of Linux device driver 3rd version snull.c and improving the COW technology,the Zero-Copy technology in Linux (kernel version 2.6.11) is implemented. In the end,the success test tells us that the thorough analysis of network device driver is the foundation of many applications,and it also provides a certain improvement to a lot of real applications,even to military application development.展开更多
开发USB(Universal Serial Bus)设备驱动是一项比较繁琐的工作。Linux中的USB核心子系统提供了大量的API以及相关的支持机制,保证了USB设备的即插即用,简化了驱动的编写。结合具体开发实例,介绍了USB的相关概念,分析Linux中USB核心子系...开发USB(Universal Serial Bus)设备驱动是一项比较繁琐的工作。Linux中的USB核心子系统提供了大量的API以及相关的支持机制,保证了USB设备的即插即用,简化了驱动的编写。结合具体开发实例,介绍了USB的相关概念,分析Linux中USB核心子系统的框架构成以及重要的数据结构,剖析Linux内核对USB规范的支持,描述了驱动开发的一般方法和技巧。展开更多
文摘By analyzing the working principle of Linux network device driver,discussing the Linux network driver structure and its key technologies,the general network driver structure and its design methodologies in Linux system are summarized. Through modifying the network device driver of Linux device driver 3rd version snull.c and improving the COW technology,the Zero-Copy technology in Linux (kernel version 2.6.11) is implemented. In the end,the success test tells us that the thorough analysis of network device driver is the foundation of many applications,and it also provides a certain improvement to a lot of real applications,even to military application development.
文摘开发USB(Universal Serial Bus)设备驱动是一项比较繁琐的工作。Linux中的USB核心子系统提供了大量的API以及相关的支持机制,保证了USB设备的即插即用,简化了驱动的编写。结合具体开发实例,介绍了USB的相关概念,分析Linux中USB核心子系统的框架构成以及重要的数据结构,剖析Linux内核对USB规范的支持,描述了驱动开发的一般方法和技巧。
文摘当前 ,L inux作为新兴的操作系统 ,正越来越受到人们的重视和研究 .本文对 L inux打印系统进行了分析 ,提出了一种开发用户空间打印机驱动程序的通用方法 ,一定程度上解决了 L inux打印机驱动程序开发困难的问题 ,同时 ,为了能够更好地解决开发 L inux打印机驱动程序的问题 ,在总结了 L inux和 Windows打印系统特点的基础上 ,文中提出了一种新的 L