summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halx86/i386/halnls.h
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/ntos/nthals/halx86/i386/halnls.h
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/ntos/nthals/halx86/i386/halnls.h')
-rw-r--r--private/ntos/nthals/halx86/i386/halnls.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/private/ntos/nthals/halx86/i386/halnls.h b/private/ntos/nthals/halx86/i386/halnls.h
new file mode 100644
index 000000000..56dc7d557
--- /dev/null
+++ b/private/ntos/nthals/halx86/i386/halnls.h
@@ -0,0 +1,29 @@
+/*++
+
+Copyright (c) 1993 Microsoft Corporation
+
+Module Name:
+
+ halnls.h
+
+Abstract:
+
+ Strings which are used in the HAL
+
+ English
+
+--*/
+
+#define MSG_HARDWARE_ERROR1 "\n*** Hardware Malfunction\n\n"
+#define MSG_HARDWARE_ERROR2 "Call your hardware vendor for support\n\n"
+#define MSG_HALT "\n*** The system has halted ***\n"
+#define MSG_NMI_PARITY "NMI: Parity Check / Memory Parity Error\n"
+#define MSG_NMI_CHANNEL_CHECK "NMI: Channel Check / IOCHK\n"
+#define MSG_NMI_FAIL_SAFE "NMI: Fail-safe timer\n"
+#define MSG_NMI_BUS_TIMEOUT "NMI: Bus Timeout\n"
+#define MSG_NMI_SOFTWARE_NMI "NMI: Software NMI generated\n"
+#define MSG_NMI_EISA_IOCHKERR "NMI: Eisa IOCHKERR board %\n"
+
+#define MSG_DEBUG_ENABLE "Kernel Debugger Using: COM%x (Port 0x%x, Baud Rate %d)\n"
+#define MSG_DEBUG_9600 "Switching debugger to 9600 baud\n"
+#define MSG_MCE_PENDING "Machine Check Exception pending, MCE exceptions not enabled\n"