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.

95 lines
3.3 KiB

  1. ;==============================================================================
  2. ;REVISION HISTORY:
  3. ;==============================================================================
  4. ;==================
  5. :class 3
  6. ;==================
  7. ; displayed when there is a bad command in CONFIG.SYS. '$' TERMINATED, note
  8. ; that this message includes crlfm!
  9. :def 03 BADOPM DB 13,10,"Unrecognized command in CONFIG.SYS"
  10. :def 04 CRLFM DB 13,10,'$'
  11. :def 22 BadParm db 13,10,"Bad command or parameters - $"
  12. ;displayed when installed device specifies too large a sector size.'$' terminated.
  13. ; FORM: <BADSIZ_PRE>device name<BADSIZ_POST>
  14. :def 05 BADSIZ_PRE DB 13,10,"Sector size too large in file $"
  15. ;displayed when installed device cannot be found. '$' terminated.
  16. ; FORM: <BADLD_PRE>device name<BADLD_POST>
  17. :def 06 BADLD_PRE DB 13,10,"Bad or missing $"
  18. ;displayed when command interpreter is not found. NUL terminated.
  19. ; FORM: <BADLD_PRE><BADCOM><BADLD_POST>
  20. :def 07 BADCOM DB "Command Interpreter",0
  21. ;displayed when country code, code page combination was not found in country.sys file. '$' terminated.
  22. ; FORM: <BADCOUNTRY>
  23. :def 08 BADCOUNTRY DB 13,10,"Invalid country code or code page",13,10,"$"
  24. ;displayed when code page id is missing or wrong syntax.
  25. ; FORM: <BADCOUNTRYCOM>
  26. :def 09 BADCOUNTRYCOM DB 13,10,"Error in COUNTRY command",13,10,"$"
  27. ;displayed when the memory left is not sufficient to handle COUTRY.SYS file
  28. ; FORM: <INSUFMEMORY>
  29. :def 10 INSUFMEMORY DB 13,10, "Insufficient memory for COUNTRY.SYS file",13,10,"$"
  30. ; displayed when there is insufficient memory. '$' TERMINATED, note
  31. ; that this message includes crlfm!
  32. :def 11 BADMEM DB 13,10,"Configuration too large for memory",13,10,"$"
  33. ; displayed when the attempt is made to install a block device which would
  34. ; have a drive letter > 'Z'
  35. :def 12 BADBLOCK DB 13,10,"Too many Block Devices",13,10,"$"
  36. ; displayed when the attempt is made to install a stack with invalid
  37. ; combinations of # of stacks, stack size.
  38. :def 13 BADSTACK DB 13,10,"Invalid STACK parameters",13,10,"$"
  39. ; - displayed when encountering a command that is not "install=" after
  40. ; we had a "Install=" command.
  41. ; Translation::: Please leave the last blank space at the end of the line
  42. ; as it is.
  43. :def 14 BADORDER DB 13,10,"Incorrect order in CONFIG.SYS line ","$"
  44. ; - displayed when the command failed.
  45. ; Translation::: Please leave the last blank space at the end of the line
  46. ; as it is.
  47. :def 15 ERRORCMD DB "Error in CONFIG.SYS line ","$"
  48. ; displayed when more than 24 fixed disk partitions are found ; M029
  49. :def 24 toomanydrivesmsg db "WARNING! Drives past Z: exist and will be ignored" ; M029
  50. ;==================
  51. :class 4
  52. ;==================
  53. ;MSBIO SYSINIT
  54. ;Message for SYSINIT_BASE program.
  55. :def 16 Mem_alloc_err db 13,10,"Memory allocation error","$"
  56. ;==================
  57. :class 5
  58. ;==================
  59. ; PUBLIC FATAL_MSG
  60. :def 17 FATAL_MSG DB 0DH,0AH,7,0DH,0AH
  61. DB "Internal stack overflow",0DH,0AH
  62. DB "System halted",0DH,0AH,"$"
  63. ;
  64. ;==================
  65. :class 6
  66. ;==================
  67. ; - displayed when DOS loads due to non-availability of HMA.
  68. ;
  69. :def 18 DOSLOMSG DB "HMA not available : Loading DOS low", 13, 10, "$"
  70. :def 23 FEMSG DB "Fatal Error:Cannot allocate Memory for DOS", 13, 10, "$"
  71. ;:END
  72.