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.

114 lines
4.5 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 8003 BADOPM2 DB 13,10,"Unrecognized command in CONFIG.SYS"
  11. :def 04 CRLFM DB 13,10,'$'
  12. :def 22 BadParm db 13,10,"Bad command or parameters - $"
  13. :def 8022 BadParm2 db 13,10,"Bad command or parameters - $"
  14. ;displayed when installed device specifies too large a sector size.'$' terminated.
  15. ; FORM: <BADSIZ_PRE>device name<BADSIZ_POST>
  16. :def 05 BADSIZ_PRE DB 13,10,"Sector size too large in file $"
  17. :def 8005 BADSIZ_PRE2 DB 13,10,"Sector size too large in file $"
  18. ;displayed when installed device cannot be found. '$' terminated.
  19. ; FORM: <BADLD_PRE>device name<BADLD_POST>
  20. :def 06 BADLD_PRE DB 13,10,"Bad or missing $"
  21. :def 8006 BADLD_PRE2 DB 13,10,"Bad or missing $"
  22. ;displayed when command interpreter is not found. NUL terminated.
  23. ; FORM: <BADLD_PRE><BADCOM><BADLD_POST>
  24. :def 07 BADCOM DB "Command Interpreter",0
  25. :def 8007 BADCOM2 DB "Command Interpreter",0
  26. ;displayed when country code, code page combination was not found in country.sys file. '$' terminated.
  27. ; FORM: <BADCOUNTRY>
  28. :def 08 BADCOUNTRY DB 13,10,"Invalid country code or code page",13,10,"$"
  29. :def 8008 BADCOUNTRY2 DB 13,10,"Invalid country code or code page",13,10,"$"
  30. ;displayed when code page id is missing or wrong syntax.
  31. ; FORM: <BADCOUNTRYCOM>
  32. :def 09 BADCOUNTRYCOM DB 13,10,"Error in COUNTRY command",13,10,"$"
  33. :def 8009 BADCOUNTRYCOM2 DB 13,10,"Error in COUNTRY command",13,10,"$"
  34. ;displayed when the memory left is not sufficient to handle COUTRY.SYS file
  35. ; FORM: <INSUFMEMORY>
  36. :def 10 INSUFMEMORY DB 13,10, "Insufficient memory for COUNTRY.SYS file",13,10,"$"
  37. :def 8010 INSUFMEMORY2 DB 13,10, "Insufficient memory for COUNTRY.SYS file",13,10,"$"
  38. ; displayed when there is insufficient memory. '$' TERMINATED, note
  39. ; that this message includes crlfm!
  40. :def 11 BADMEM DB 13,10,"Configuration too large for memory",13,10,"$"
  41. :def 8011 BADMEM2 DB 13,10,"Configuration too large for memory",13,10,"$"
  42. ; displayed when the attempt is made to install a block device which would
  43. ; have a drive letter > 'Z'
  44. :def 12 BADBLOCK DB 13,10,"Too many Block Devices",13,10,"$"
  45. :def 8012 BADBLOCK2 DB 13,10,"Too many Block Devices",13,10,"$"
  46. ; displayed when the attempt is made to install a stack with invalid
  47. ; combinations of # of stacks, stack size.
  48. :def 13 BADSTACK DB 13,10,"Invalid STACK parameters",13,10,"$"
  49. :def 8013 BADSTACK2 DB 13,10,"Invalid STACK parameters",13,10,"$"
  50. ; - displayed when encountering a command that is not "install=" after
  51. ; we had a "Install=" command.
  52. ; Translation::: Please leave the last blank space at the end of the line
  53. ; as it is.
  54. :def 14 BADORDER DB 13,10,"Incorrect order in CONFIG.SYS line ","$"
  55. :def 8014 BADORDER2 DB 13,10,"Incorrect order in CONFIG.SYS line ","$"
  56. ; - displayed when the command failed.
  57. ; Translation::: Please leave the last blank space at the end of the line
  58. ; as it is.
  59. :def 15 ERRORCMD DB "Error in CONFIG.SYS line ","$"
  60. :def 8015 ERRORCMD2 DB "Error in CONFIG.SYS line ","$"
  61. ; displayed when more than 24 fixed disk partitions are found ; M029
  62. :def 24 toomanydrivesmsg db "WARNING! Drives past Z: exist and will be ignored" ; M029
  63. :def 8024 toomanydrivesmsg2 db "WARNING! Drives past Z: exist and will be ignored" ; M029
  64. ;==================
  65. :class 4
  66. ;==================
  67. ;MSBIO SYSINIT
  68. ;Message for SYSINIT_BASE program.
  69. :def 16 Mem_alloc_err db 13,10,"Memory allocation error","$"
  70. ;==================
  71. :class 5
  72. ;==================
  73. ; PUBLIC FATAL_MSG
  74. :def 17 FATAL_MSG DB 0DH,0AH,7,0DH,0AH
  75. DB "Internal stack overflow",0DH,0AH
  76. DB "System halted",0DH,0AH,"$"
  77. :def 8017 FATAL_MSG2 DB 0DH,0AH,7,0DH,0AH
  78. DB "Internal stack overflow",0DH,0AH
  79. DB "System halted",0DH,0AH,"$"
  80. ;
  81. ;==================
  82. :class 6
  83. ;==================
  84. ; - displayed when DOS loads due to non-availability of HMA.
  85. ;
  86. :def 18 DOSLOMSG DB "HMA not available : Loading DOS low", 13, 10, "$"
  87. :def 23 FEMSG DB "Fatal Error:Cannot allocate Memory for DOS", 13, 10, "$"
  88. :def 8018 DOSLOMSG2 DB "HMA not available : Loading DOS low", 13, 10, "$"
  89. :def 8023 FEMSG2 DB "Fatal Error:Cannot allocate Memory for DOS", 13, 10, "$"
  90. ;:END
  91.