//----------------------------------------------------------------------------
//
// Copyright (c) 1999  Microsoft Corporation
// All rights reserved.
//
// File Name:
//      makeboot.h
//
// Description:
//      Local include file for DOS based MAKEBOOT program.
//
//      Contains all of the indexes into the string table array.
//
//----------------------------------------------------------------------------

#define NT_VERSION_NAME                 0
#define DISK_LABEL_1                    1
#define DISK_LABEL_2                    2
#define DISK_LABEL_3                    3
#define DISK_LABEL_4                    4

#define CANNOT_FIND_FILE                5
#define NOT_ENOUGH_MEMORY               6
#define NOT_EXEC_FORMAT                 7
#define STARS                           8

#define EXPLANATION_LINE_1              9
#define EXPLANATION_LINE_2              10
#define EXPLANATION_LINE_3              11
#define EXPLANATION_LINE_4              12

#define INSERT_FIRST_DISK_LINE_1        13
#define INSERT_FIRST_DISK_LINE_2        14

#define INSERT_ANOTHER_DISK_LINE_1      15
#define INSERT_ANOTHER_DISK_LINE_2      16

#define PRESS_ANY_KEY_TO_CONTINUE       17

#define COMPLETED_SUCCESSFULLY          18
#define COMPLETE                        19

#define UNKNOWN_SPAWN_ERROR             20
#define SPECIFY_DRIVE                   21
#define INVALID_DRIVE_LETTER            22
#define NOT_A_FLOPPY                    23

#define ATTEMPT_TO_CREATE_FLOPPY_AGAIN  24
#define PRESS_ENTER_OR_ESC              25

#define ERROR_DISK_WRITE_PROTECTED      26
#define ERROR_UNKNOWN_DISK_UNIT         27
#define ERROR_DRIVE_NOT_READY           28
#define ERROR_UNKNOWN_COMMAND           29
#define ERROR_DATA_ERROR                30
#define ERROR_BAD_REQUEST               31
#define ERROR_SEEK_ERROR                32
#define ERROR_MEDIA_TYPE_NOT_FOUND      33
#define ERROR_SECTOR_NOT_FOUND          34
#define ERROR_WRITE_FAULT               35
#define ERROR_GENERAL_FAILURE           36
#define ERROR_INVALID_REQUEST           37
#define ERROR_ADDRESS_MARK_NOT_FOUND    38
#define ERROR_DISK_WRITE_FAULT          39
#define ERROR_DMA_OVERRUN               40
#define ERROR_CRC_ERROR                 41
#define ERROR_CONTROLLER_FAILURE        42
#define ERROR_DISK_TIMED_OUT            43

#define DISK_LABEL_5                    44
#define DISK_LABEL_6                    45
