Source code of Windows XP (NT5)
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.

62 lines
1.2 KiB

  1. ; msbio.cl3
  2. ;_______________________
  3. BADOPM DB 13,10,"Unrecognized command in CONFIG.SYS"
  4. ;_______________________
  5. CRLFM DB 13,10,"$"
  6. ;_______________________
  7. BadParm DB 13,10,"Bad command or parameters - $"
  8. ;_______________________
  9. BADSIZ_PRE DB 13,10,"Sector size too large in file $"
  10. ;_______________________
  11. BADLD_PRE DB 13,10,"Bad or missing $"
  12. ;_______________________
  13. BADCOM DB "Command Interpreter",0
  14. ;_______________________
  15. BADCOUNTRY DB 13,10,"Invalid country code or code page",13,10,"$"
  16. ;_______________________
  17. BADCOUNTRYCOM DB 13,10,"Error in COUNTRY command",13,10,"$"
  18. ;_______________________
  19. INSUFMEMORY DB 13,10, "Insufficient memory for COUNTRY.SYS file",13,10,"$"
  20. ;_______________________
  21. BADMEM DB 13,10,"Configuration too large for memory",13,10,"$"
  22. ;_______________________
  23. BADBLOCK DB 13,10,"Too many block devices",13,10,"$"
  24. ;_______________________
  25. BADSTACK DB 13,10,"Invalid STACK parameters",13,10,"$"
  26. ;_______________________
  27. BADORDER DB 13,10,"Incorrect order in CONFIG.SYS line ","$"
  28. ;_______________________
  29. ERRORCMD DB "Error in CONFIG.SYS line ","$"
  30. ;_______________________
  31. toomanydrivesmsg DB "WARNING! Logical drives past Z: exist and will be ignored",13,10,"$"