Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows- 1252"> <META NAME="Generator" CONTENT="Microsoft FrontPage 5.0"> <TITLE>IMCA</TITLE> </HEAD> <BODY LINK="#0000ff">
<FONT FACE="Verdana" SIZE=5><H2>IMCA</H2> </FONT><FONT FACE="Verdana" SIZE=2> <P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary documentation and subject to change.]</span></P>
<H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P> This is a sample kernel mode device driver which registers with the HAL and logs Machine Check Errors on an Intel® Architecture Platform. The driver stores the Machine Check error notification from HAL in a temporary buffer, and waits for asynchronous IOCTL completion to the included application.
<H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana" SIZE=2><P> To build the driver, type <B>build</B> in the \\Ntddk\Src\Kernel\Mca\Imca\Sys directory. A successful build produces Imca.sys.
<H3>INSTALLATION</H3>
<p>The Imca.sys driver is installed using \\Ntddk\Src\Kernel\Mca\Imca\Sys\Imca.inf.</p>
<H3>CODE TOUR</H3> <H4>File Manifest</H4> </FONT><U><PRE>File		Description </U> Imca.c	 Sample that registers with the HAL and logs Machine Check Errors Imca.h	 Header file for Imca.c Imca.inf Installation file Makefile	Indirects to the real makefile Sources	 Dependency information for compiling Imca.htm	The documentation for these samples (this file) <P> </FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT> <TABLE CELLSPACING=0 BORDER=0 WIDTH=624> <TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2> <P></TD> </TR> </TABLE>
<FONT FACE="MS Sans Serif" SIZE=1><P>© 2001 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY> </HTML>
|