Driver Development Kit (DDK) for Windows XP
Комплект разработчика драйверов под Windows XP
DDK (от англ. Driver Development Kit) — набор из средств разработки, утилит и документации, который позволяет программистам создавать драйверы для устройств по определённой технологии или для определённой платформы (программной или программно-аппаратной). Название произошло от более общего термина SDK (от англ. Software Development Kit), которым обозначают комплекты для разработки программ вообще, не только драйверов.
Цитирую оффициальное описание:
The Microsoft® Windows® Driver Development Kit (DDK) for Windows XP provides a development environment for the creation of Windows XP drivers. The DDK provides additional driver-specific headers, libraries, sources, tools, and documentation that are used to develop drivers for Windows XP.
The Microsoft Windows Driver Development Kit (DDK) is a consolidated driver development kit that provides a build environment, tools, driver samples, and documentation to support driver development for the Windows family of operating systems.
The DDK documentation includes topics such as the following:
• Instructions for using the DDK build environment and driver development tools
• Detailed information about Windows kernel-mode driver architecture
• Reference information about kernel-mode libraries
• Device-specific information about writing drivers for Windows device classes
• Information about installing devices and drivers