IMCA

[This is preliminary documentation and subject to change.]

SUMMARY

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.

BUILDING THE SAMPLE

To build the driver, type build in the \\Ntddk\Src\Kernel\Mca\Imca\Sys directory. A successful build produces Imca.sys.

INSTALLATION

The Imca.sys driver is installed using \\Ntddk\Src\Kernel\Mca\Imca\Sys\Imca.inf.

CODE TOUR

File Manifest

File		Description

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)

Top of page

© 2001 Microsoft Corporation