28 lines
835 B
HTML
28 lines
835 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Language" content="en-us">
|
||
|
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||
|
<title>This sample demonstrates how a Windows NT driver can utilize the HAL
|
||
|
interfaces to read the Intel Machine Check Architecture</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<p><br>
|
||
|
This sample demonstrates how a Windows NT driver can utilize the HAL <br>
|
||
|
interfaces to read the Intel Machine Check Architecture (MCA) registers OR <br>
|
||
|
get notified asynchronously when a Machine Check Exception occurs.<br>
|
||
|
<br>
|
||
|
This sample is composed of two parts - a Windows NT kernel-mode device driver
|
||
|
<br>
|
||
|
(IMCA.SYS) and a Win32 test application (MCALOG.EXE).<br>
|
||
|
<br>
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|