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.

44 lines
1.5 KiB

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. strings.h
  5. Abstract:
  6. Contains all localizable strings for startup.com
  7. Author:
  8. John Vert (jvert) 4-Jan-1994
  9. Revision History:
  10. John Vert (jvert) 4-Jan-1994
  11. created
  12. --*/
  13. #define SU_NO_LOW_MEMORY \
  14. "Windows NT has found only %dK of low memory. 512k of low memory\n" \
  15. "is required to run Windows NT. You may need to upgrade your\n" \
  16. "computer or run a configuration program provided by the manufacturer.\n"
  17. #define SU_NO_EXTENDED_MEMORY \
  18. "Windows NT has not found enough extended memory. 7Mb of extended\n" \
  19. "memory is required to run Windows NT. You may need to upgrade your\n" \
  20. "computer or run a configuration program provided by the manufacturer.\n" \
  21. "\n\nMemory Map:\n"
  22. #define SU_NTLDR_CORRUPT \
  23. "NTLDR is corrupt. The system cannot boot."
  24. #define PG_FAULT_MSG " =================== PAGE FAULT ================================= \n\n"
  25. #define DBL_FAULT_MSG " ================== DOUBLE FAULT ================================ \n\n"
  26. #define GP_FAULT_MSG " ============== GENERAL PROTECTION FAULT ======================== \n\n"
  27. #define STK_OVERRUN_MSG " ===== STACK SEGMENT OVERRUN or NOT PRESENT FAULT =============== \n\n"
  28. #define EX_FAULT_MSG " ===================== EXCEPTION ================================ \n\n"
  29. #define DEBUG_EXCEPTION "\nDEBUG TRAP "
  30. #define PG_FAULT_ADDRESS "** At linear address %lx\n"
  31.