Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1016 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. halnls.h
  5. Abstract:
  6. Strings which are used in the HAL
  7. English
  8. --*/
  9. #define MSG_HARDWARE_ERROR1 "\n*** Hardware Malfunction\n\n"
  10. #define MSG_HARDWARE_ERROR2 "Call your hardware vendor for support\n\n"
  11. #define MSG_HALT "\n*** The system has halted ***\n"
  12. #define MSG_NMI_PARITY "NMI: Parity Check / Memory Parity Error\n"
  13. #define MSG_NMI_CHANNEL_CHECK "NMI: Channel Check / IOCHK\n"
  14. #define MSG_NMI_FAIL_SAFE "NMI: Fail-safe timer\n"
  15. #define MSG_NMI_BUS_TIMEOUT "NMI: Bus Timeout\n"
  16. #define MSG_NMI_SOFTWARE_NMI "NMI: Software NMI generated\n"
  17. #define MSG_NMI_EISA_IOCHKERR "NMI: Eisa IOCHKERR board %\n"
  18. #define MSG_DEBUG_ENABLE "Kernel Debugger Using: COM%x (Port 0x%x, Baud Rate %d)\n"
  19. #define MSG_DEBUG_9600 "Switching debugger to 9600 baud\n"
  20. #define MSG_MCE_PENDING "Machine Check Exception pending, MCE exceptions not enabled\n"