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.

50 lines
1.8 KiB

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
  4. 1252">
  5. <META NAME="Generator" CONTENT="Microsoft FrontPage 5.0">
  6. <TITLE>IMCA</TITLE>
  7. </HEAD>
  8. <BODY LINK="#0000ff">
  9. <FONT FACE="Verdana" SIZE=5><H2>IMCA</H2>
  10. </FONT><FONT FACE="Verdana" SIZE=2>
  11. <P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary
  12. documentation and subject to change.]</span></P>
  13. <H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  14. This is a sample kernel mode device driver which registers with the HAL and logs
  15. Machine Check Errors on an Intel&#174; Architecture Platform. The driver stores
  16. the Machine Check error notification from HAL in a temporary buffer, and waits
  17. for asynchronous IOCTL completion to the included application.
  18. <H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana"
  19. SIZE=2><P>
  20. To build the driver, type <B>build</B> in the \\Ntddk\Src\Kernel\Mca\Imca\Sys directory. A successful build produces Imca.sys.
  21. <H3>INSTALLATION</H3>
  22. <p>The Imca.sys driver is installed using \\Ntddk\Src\Kernel\Mca\Imca\Sys\Imca.inf.</p>
  23. <H3>CODE TOUR</H3>
  24. <H4>File Manifest</H4>
  25. </FONT><U><PRE>File&#9;&#9;Description
  26. </U>
  27. Imca.c&#9; Sample that registers with the HAL and logs Machine Check Errors
  28. Imca.h&#9; Header file for Imca.c
  29. Imca.inf Installation file
  30. Makefile&#9;Indirects to the real makefile
  31. Sources&#9; Dependency information for compiling
  32. Imca.htm&#9;The documentation for these samples (this file)
  33. <P>
  34. </FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
  35. <TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
  36. <TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
  37. <P></TD>
  38. </TR>
  39. </TABLE>
  40. <FONT FACE="MS Sans Serif" SIZE=1><P>&copy; 2001 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
  41. </HTML>