diff options
Diffstat (limited to 'v4.0/src/DEV/DISPLAY/DISPLAY.SKL')
| -rw-r--r-- | v4.0/src/DEV/DISPLAY/DISPLAY.SKL | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/v4.0/src/DEV/DISPLAY/DISPLAY.SKL b/v4.0/src/DEV/DISPLAY/DISPLAY.SKL new file mode 100644 index 0000000..985006a --- /dev/null +++ b/v4.0/src/DEV/DISPLAY/DISPLAY.SKL | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
| 2 | ; | ||
| 3 | ; Message Skeleton file for DISPLAY.SYS | ||
| 4 | ; | ||
| 5 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
| 6 | |||
| 7 | :util DISPLAY ; utility name | ||
| 8 | |||
| 9 | :class A | ||
| 10 | :use 1 COMMON1 | ||
| 11 | :def 2 "%1 code page driver cannot be initialized",CR,LF,BELL | ||
| 12 | :def 8 "Insufficient memory",CR,LF,BELL | ||
| 13 | :def 12 "Invalid syntax on DISPLAY.SYS code page driver",CR,LF,BELL | ||
| 14 | |||
| 15 | :end | ||