aboutsummaryrefslogtreecommitdiff
path: root/dosmouse.lnk
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-03-29 01:15:53 +0200
committerJavier <dev.git@javispedro.com>2022-03-29 01:15:53 +0200
commita816d1a09b1045fb5c155ac73f3231fcf9d93180 (patch)
treec4e31e850b9f2afb36acd6119483cf350c33f596 /dosmouse.lnk
parent67ebca92621aef31ff97705013456e95e60f7fbe (diff)
downloadvbados-a816d1a09b1045fb5c155ac73f3231fcf9d93180.tar.gz
vbados-a816d1a09b1045fb5c155ac73f3231fcf9d93180.zip
initial import of DOS mouse driver
Diffstat (limited to 'dosmouse.lnk')
-rw-r--r--dosmouse.lnk9
1 files changed, 9 insertions, 0 deletions
diff --git a/dosmouse.lnk b/dosmouse.lnk
new file mode 100644
index 0000000..bc1596f
--- /dev/null
+++ b/dosmouse.lnk
@@ -0,0 +1,9 @@
+system dos
+option map=dosmouse.map
+# Put the resident text & data first, then the rest of standard classses
+order clname RES_CODE
+ clname FAR_DATA
+ clname CODE segment BEGTEXT segment _TEXT
+ clname BEGDATA
+ clname DATA
+ clname BSS