summaryrefslogtreecommitdiff
path: root/v4.0/src/DEV/KEYBOARD/KDFEOF.ASM
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/DEV/KEYBOARD/KDFEOF.ASM')
-rw-r--r--v4.0/src/DEV/KEYBOARD/KDFEOF.ASM32
1 files changed, 32 insertions, 0 deletions
diff --git a/v4.0/src/DEV/KEYBOARD/KDFEOF.ASM b/v4.0/src/DEV/KEYBOARD/KDFEOF.ASM
new file mode 100644
index 0000000..020b5e1
--- /dev/null
+++ b/v4.0/src/DEV/KEYBOARD/KDFEOF.ASM
@@ -0,0 +1,32 @@
1
2
3
4 PAGE ,132
5 TITLE DOS Keyboard Definition File
6
7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8;; DOS - NLS Support - Keyboard Definition File
9;; (c) Copyright 1988 Microsoft
10;;
11;; This file contains the eof marker for the entire table
12;; and the keyboard.sys copyright
13;;
14;; Linkage Instructions:
15;; Refer to KDF.ASM.
16;;
17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18 ;;
19 ;;
20CODE SEGMENT PUBLIC 'CODE' ;;
21 ASSUME CS:CODE,DS:CODE ;;
22 ;;
23 ;;
24 ;;
25 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26include copyrigh.inc
27 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
28 DB 1AH ;; EOF
29 ;;
30CODE ENDS ;;
31 END ;;
32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;