summaryrefslogtreecommitdiff
path: root/v4.0/src/DEV/DISPLAY/DISPLAY.SKL
diff options
context:
space:
mode:
authorGravatar Mark Zbikowski2024-04-25 21:24:10 +0100
committerGravatar Microsoft Open Source2024-04-25 22:32:27 +0000
commit2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch)
tree80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/DEV/DISPLAY/DISPLAY.SKL
parentMerge pull request #430 from jpbaltazar/typoptbr (diff)
downloadms-dos-main.tar.gz
ms-dos-main.tar.xz
ms-dos-main.zip
MZ is back!HEADmain
Diffstat (limited to 'v4.0/src/DEV/DISPLAY/DISPLAY.SKL')
-rw-r--r--v4.0/src/DEV/DISPLAY/DISPLAY.SKL15
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