diff options
Diffstat (limited to 'v4.0/src/CMD/FASTOPEN/FASTOPEN.SKL')
| -rw-r--r-- | v4.0/src/CMD/FASTOPEN/FASTOPEN.SKL | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/v4.0/src/CMD/FASTOPEN/FASTOPEN.SKL b/v4.0/src/CMD/FASTOPEN/FASTOPEN.SKL new file mode 100644 index 0000000..25c7c5e --- /dev/null +++ b/v4.0/src/CMD/FASTOPEN/FASTOPEN.SKL | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | ;========================================================== | ||
| 2 | ; FASTOPEN MESSAGE SKELETON FILE | ||
| 3 | ;========================================================== | ||
| 4 | |||
| 5 | :util FASTOPEN ;AN000; | ||
| 6 | :class A ;System message class ;AN000; | ||
| 7 | :use 1 COMMON1 ;MSG 1 is always "Incorrect DOS Version" ;AN000; | ||
| 8 | :use 6 PARSE10 ;Invalid parameter message ;AN000; | ||
| 9 | :use 3 PARSE3 ;Invalid Switch | ||
| 10 | |||
| 11 | :def 4 CR,LF,"FASTOPEN installed",CR,LF ;AN000; | ||
| 12 | :def 5 CR,LF,"FASTOPEN already installed",CR,LF ;AN000; | ||
| 13 | :def 7 CR,LF,"Too many drive entries",CR,LF ;AN000; | ||
| 14 | :def 8 CR,LF,"Same drive specified more than once",CR,LF ;AN000; | ||
| 15 | :def 9 CR,LF,"Invalid parameter",CR,LF ;AN000; | ||
| 16 | :def 11 CR,LF,"Invalid extent entry",CR,LF ;AN000; | ||
| 17 | :def 12 CR,LF,"Invalid number of file/directory entries",CR,LF ;AN000;;AN000; | ||
| 18 | :def 13 CR,LF,"Cannot setup expanded memory",CR,LF ;AN000;;AN000; | ||
| 19 | :def 14 CR,LF,"Expanded memory not available",CR,LF ;AN000;;AN000; | ||
| 20 | :def 15 CR,LF,"Invalid drive specification %1",CR,LF ;AN000;;AN000; | ||
| 21 | :def 16 CR,LF,"Not enough space in EMS. Low memory is used",CR,LF ;AN000; | ||
| 22 | :def 17 CR,LF,"Cannot use FASTOPEN for drive %1",CR,LF | ||
| 23 | :def 18 CR,LF,"Too many extent entries",CR,LF ;AN000; | ||
| 24 | :def 19 CR,LF,"Too many file/directory entries",CR,LF ;AN000; | ||
| 25 | |||
| 26 | :end | ||
| 27 | |||
| 28 | ;========================================================== | ||