mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-19 13:10:57 -07:00
Changed missing volume error message to bring in line with clearer Windows 10 standard.
This commit is contained in:
parent
b297ae5788
commit
f77eebd3ca
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ IOTYP DB "writing"
|
||||||
DRVNUM DB " drive "
|
DRVNUM DB " drive "
|
||||||
DRVLET DB "A"
|
DRVLET DB "A"
|
||||||
NEWLIN DB 13,10,"$"
|
NEWLIN DB 13,10,"$"
|
||||||
REQUEST DB "Abort, Retry, Ignore? $"
|
REQUEST DB "Cancel, Try Again, Continue?$"
|
||||||
BADFAT DB 13,10,"File allocation table bad,$"
|
BADFAT DB 13,10,"File allocation table bad,$"
|
||||||
COMBAD DB 13,10,"Invalid COMMAND.COM"
|
COMBAD DB 13,10,"Invalid COMMAND.COM"
|
||||||
NEEDCOM DB 13,10,"Insert DOS disk in "
|
NEEDCOM DB 13,10,"Insert DOS disk in "
|
||||||
|
@ -2163,4 +2163,4 @@ TRANCODE ENDS
|
||||||
COMLEN EQU TRANDATASIZE+TRANCODESIZE-102H ;End of COMMAND load. ZERO Needed to make COMLEN absolute
|
COMLEN EQU TRANDATASIZE+TRANCODESIZE-102H ;End of COMMAND load. ZERO Needed to make COMLEN absolute
|
||||||
TRNLEN EQU (PRETRLEN+TRANCODESIZE+TRANDATASIZE+15)/16 ;Length of transient in paragraphs
|
TRNLEN EQU (PRETRLEN+TRANCODESIZE+TRANDATASIZE+15)/16 ;Length of transient in paragraphs
|
||||||
END PROGSTART
|
END PROGSTART
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue