[This is preliminary documentation and subject to change.]
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.
To build the driver, type build in the \\Ntddk\Src\Kernel\Mca\Imca\Sys directory. A successful build produces Imca.sys.
The Imca.sys driver is installed using \\Ntddk\Src\Kernel\Mca\Imca\Sys\Imca.inf.
File DescriptionImca.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)
© 2001 Microsoft Corporation