summaryrefslogtreecommitdiffstats
path: root/private/mvdm/vdd/samples/mscdex/tsr/mscdexnt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/vdd/samples/mscdex/tsr/mscdexnt.inc')
-rw-r--r--private/mvdm/vdd/samples/mscdex/tsr/mscdexnt.inc30
1 files changed, 30 insertions, 0 deletions
diff --git a/private/mvdm/vdd/samples/mscdex/tsr/mscdexnt.inc b/private/mvdm/vdd/samples/mscdex/tsr/mscdexnt.inc
new file mode 100644
index 000000000..7cee3d55e
--- /dev/null
+++ b/private/mvdm/vdd/samples/mscdex/tsr/mscdexnt.inc
@@ -0,0 +1,30 @@
+;----------------------------- E Q U A T E S ----------------------------
+DOS_SET_VECTOR equ 25h
+DOS_GET_VECTOR equ 35h
+DOS_TSR equ 31h
+
+MPX_INT equ 2fh
+MSCDEX_ID equ 15h
+MAX_MSCDEX_CMD equ 10h
+
+GET_NT_VERSION equ 3306h
+NT_MAJOR_VERSION equ 05
+NT_MINOR_VERSION equ 50
+
+CR equ 0dh
+LF equ 0Ah
+
+;----------------------------- M A C R O S ------------------------------
+DrvHd MACRO name
+ DD -1
+ DW 0c840h
+ DW 0
+ DW 0
+ DB name
+ dw 0
+ db 0
+ db 1
+ db 10 dup (0)
+ ENDM
+
+