📄 index.html
字号:
<HTML>
<!-- Copyright (c) 1999 PHD Computer Consultants Ltd -->
<HEAD>
<TITLE>Writing Windows WDM Device Drivers CD-ROM</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Writing Windows WDM Device Drivers CD-ROM</H1>
<TABLE BORDER ALIGN=right>
<TR><TD>
<CENTER>
<IMG SRC="ch08c01.gif"><P>
<P>
<FONT SIZE=+2>
"You said you wanted a device stack"
</FONT>
</CENTER>
<P>
<FONT SIZE=-1>© 1999 Alec Erskine, PHD Computer Consultants Ltd</FONT>
</TD></TR></TABLE>
Hi there... this is the CD-ROM for Chris Cant's book
<B>Writing Windows WDM Device Drivers</B> published by
<A HREF="http://www.rdbooks.com">R&D Books</A>,
a division of Miller Freeman.
<P>
Please consult the book web pages at
<A HREF="http://www.phdcc.com/wdmbook/">www.phdcc.com/wdmbook</A>
to see if there are any important updates to the book or these drivers.
There is a feedback form there that you can use to provide any suggestions or comments.
<P>
<HR COLOR=blue>
<H2>Installation</H2>
You can install drivers and run the test programs direct from the CD-ROM.
However, if you want to recompile any of the code you will have to copy
all the software to a local hard disk.
<P>
It is strongly recommended that you make a directory called <CODE>C:\WDMBook</CODE>
and copy all the files on the CD there.
<P>
Please follow all the instructions in the book if you wish to recompile the drivers.
<P>
<HR COLOR=blue>
<H2>CD-ROM Contents</H2>
File <CODE>WDM Book.dsw</CODE> is a Visual Studio 97 workspace that contains
projects for all the drivers and test programs in the book software.
<P>
<TABLE BORDER>
<TR>
<TH ROWSPAN=2>Wdm1</TH>
<TD>Sys</TD>
<TD>Wdm1 driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>Wdm1Test source</TD>
</TR>
<TR>
<TH ROWSPAN=4>Wdm2</TH>
<TD>Sys</TD>
<TD>Wdm2 driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>Wdm2Test source</TD>
</TR>
<TR>
<TD>Power</TD>
<TD>Wdm2Power source</TD>
</TR>
<TR>
<TD>Notify</TD>
<TD>Wdm2Notify source</TD>
</TR>
<TH ROWSPAN=2>Wdm3</TH>
<TD>Sys</TD>
<TD>Wdm3 driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>Wdm3Test source</TD>
</TR>
<TH ROWSPAN=2>DebugPrint</TH>
<TD>Sys</TD>
<TD>DebugPrint driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>DebugPrintMonitor source</TD>
</TR>
<TH ROWSPAN=3>WdmIo</TH>
<TD>Sys</TD>
<TD>WdmIo driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>WdmIoTest source</TD>
</TR>
<TR>
<TD>Cancel</TD>
<TD>WdmIoCancel source</TD>
</TR>
<TH ROWSPAN=3>PHDIo</TH>
<TD>Sys</TD>
<TD>PHDIo driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>PHDIoTest source</TD>
</TR>
<TR>
<TD>Cancel</TD>
<TD>PHDIoCancel source</TD>
</TR>
<TH ROWSPAN=2>UsbKbd</TH>
<TD>Sys</TD>
<TD>UsbKbd driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>UsbKbdTest source</TD>
</TR>
<TH ROWSPAN=3>HidKbd</TH>
<TD>User</TD>
<TD>HidKbdUser source</TD>
</TR>
<TR>
<TD>Sys</TD>
<TD>HidKbd driver source</TD>
</TR>
<TR>
<TD>Exe</TD>
<TD>HidKbdTest source</TD>
</TR>
<TH ROWSPAN=1>NT</TH>
<TD></TD>
<TD>Installation sample</TD>
</TR>
<TH ROWSPAN=1>Servicer</TH>
<TD></TD>
<TD>Servicer source</TD>
</TR>
</TABLE>
<HR COLOR=blue>
<H3>Use this code at your own risk</H3>
PHD Computer Consultants Ltd makes no representations or warranties about the
suitability of the software, either express or implied,
including but not limited to the implied warranties of merchantability and
fitness for a particular purpose.
PHD shall not be liable for any damages suffered by user
as a result of using, modifying or distributing the software or its derivatives.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -