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.

72 lines
2.5 KiB

  1. //----------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // File Name:
  7. // makeboot.h
  8. //
  9. // Description:
  10. // Local include file for DOS based MAKEBOOT program.
  11. //
  12. // Contains all of the indexes into the string table array.
  13. //
  14. //----------------------------------------------------------------------------
  15. #define NT_VERSION_NAME 0
  16. #define DISK_LABEL_1 1
  17. #define DISK_LABEL_2 2
  18. #define DISK_LABEL_3 3
  19. #define DISK_LABEL_4 4
  20. #define CANNOT_FIND_FILE 5
  21. #define NOT_ENOUGH_MEMORY 6
  22. #define NOT_EXEC_FORMAT 7
  23. #define STARS 8
  24. #define EXPLANATION_LINE_1 9
  25. #define EXPLANATION_LINE_2 10
  26. #define EXPLANATION_LINE_3 11
  27. #define EXPLANATION_LINE_4 12
  28. #define INSERT_FIRST_DISK_LINE_1 13
  29. #define INSERT_FIRST_DISK_LINE_2 14
  30. #define INSERT_ANOTHER_DISK_LINE_1 15
  31. #define INSERT_ANOTHER_DISK_LINE_2 16
  32. #define PRESS_ANY_KEY_TO_CONTINUE 17
  33. #define COMPLETED_SUCCESSFULLY 18
  34. #define COMPLETE 19
  35. #define UNKNOWN_SPAWN_ERROR 20
  36. #define SPECIFY_DRIVE 21
  37. #define INVALID_DRIVE_LETTER 22
  38. #define NOT_A_FLOPPY 23
  39. #define ATTEMPT_TO_CREATE_FLOPPY_AGAIN 24
  40. #define PRESS_ENTER_OR_ESC 25
  41. #define ERROR_DISK_WRITE_PROTECTED 26
  42. #define ERROR_UNKNOWN_DISK_UNIT 27
  43. #define ERROR_DRIVE_NOT_READY 28
  44. #define ERROR_UNKNOWN_COMMAND 29
  45. #define ERROR_DATA_ERROR 30
  46. #define ERROR_BAD_REQUEST 31
  47. #define ERROR_SEEK_ERROR 32
  48. #define ERROR_MEDIA_TYPE_NOT_FOUND 33
  49. #define ERROR_SECTOR_NOT_FOUND 34
  50. #define ERROR_WRITE_FAULT 35
  51. #define ERROR_GENERAL_FAILURE 36
  52. #define ERROR_INVALID_REQUEST 37
  53. #define ERROR_ADDRESS_MARK_NOT_FOUND 38
  54. #define ERROR_DISK_WRITE_FAULT 39
  55. #define ERROR_DMA_OVERRUN 40
  56. #define ERROR_CRC_ERROR 41
  57. #define ERROR_CONTROLLER_FAILURE 42
  58. #define ERROR_DISK_TIMED_OUT 43
  59. #define DISK_LABEL_5 44
  60. #define DISK_LABEL_6 45
  61. #define DISK_LABEL_7 46