What is this ``device driver stuff anyway? Here s a very short introduction to the concept.
What is this ``device driver stuff anyway? Here s a very short introduction to the concept....
Driver(驱动程序)是一个和特定的物理设备(或特定的软件)打交道的程序。这个程序包括一些对此硬件设备有特殊用途的知识,这个硬件设备如何和计算机传输信息,数据格式如何,应该如何初始化,如何中止等类似的问题。在PC上,这类程序通常以DLL文件的形式出现,当然,过去的老驱动程序则是以SYS的形式出现。
What is this ``device driver stuff anyway? Here s a very short introduction to the concept....
A display driver for the controller named brief Structures and code specific to the Solomon Systech...
Source files for pxa ac97 sound driver The packet contains the files that is listed below driv...
This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (vi...
本文首先从整体上分析VxWorks 网卡驱动程序的原理和结构,然后深入地分析Rtl8139C 网卡驱动程序的结构以及实现,本文对于VxWorks 下的同类开发也有一定参考作用。关键词:网...
This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class dri...
This is the tlc0834 driver, welcome everybody criticism to point out mistakes This is the tlc0834 dr...
This tutorial will describe how to create a simple device driver, dynamically load and unload it, an...