summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halast/i386/astnls.h
blob: d63073815d277747325e6e1ba6410a7ed2d51019 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*++

Copyright (c) 1993  Microsoft Corporation

Module Name:

    astnls.h

Abstract:

    Strings which are used in the HAL

    English

--*/


#define MSG_NMI_EBI2_ERR        "EBI2 Problem: Cannot get NMI Source\n"
#define MSG_NMI_SYS_IO_ERR      "NMI: System I/O error\n"
#define MSG_NMI_SW_GEN_NMI      "NMI: Software generated NMI\n"
#define MSG_NMI_MEMORY_ERR      "NMI: Memory error\n"
#define MSG_NMI_PROCESSOR_ERR   "NMI: Processor error\n"
#define MSG_NMI_POWER_FAILURE   "NMI: Power Failure\n"
#define MSG_NMI_BUS_ERR         "NMI: Bus Address/Data error\n"
#define MSG_NMI_TIMEOUT_ERR     "NMI: System Timeout error\n"
#define MSG_NMI_SHUTDOWN        "NMI: Shutdown Button\n"
#define MSG_NMI_ATTENTION       "NMI: Attention Button\n"
#define MSG_NMI_NO_NMI_FOUND    "NMI: No NMI found\n"
#define MSG_NMI_UNKOWN          "NMI: Unkown NMI error\n"