aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-06-06 20:14:07 +0200
committerJavier <dev.git@javispedro.com>2022-06-06 20:14:07 +0200
commitcebfeb0d55c17c98a99f6ca5d4c17f759b451f1e (patch)
tree4a52e1d5ca848ff4f39796ab853b68eb23d36493
parent67ebca92621aef31ff97705013456e95e60f7fbe (diff)
downloadvbmouse-cebfeb0d55c17c98a99f6ca5d4c17f759b451f1e.tar.gz
vbmouse-cebfeb0d55c17c98a99f6ca5d4c17f759b451f1e.zip
link with vbados in the README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 193fc55..89baf8d 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,12 @@ This is a mouse driver for Windows 3.x with VirtualBox mouse integration support
I have tested it with Windows 3.0 in real and 386 enhanced modes, Windows 3.11 in 386 enhanced mode
with paging on, as well as Windows 95 (Windows 9x can use 16-bit mouse drivers).
+**Note**: if you also use DOS programs, you may be more interested in my other approach:
+[VBADOS](https://git.javispedro.com/cgit/vbados.git/about/), a DOS mouse driver
+and a stub driver for 3.x which calls into the DOS driver.
+It actually has more features and partially works with VMware, however VBADOS is a more
+complicated design so I'm leaving this older approach here for reference.
+
# Install
Download [vbmouse.flp](https://depot.javispedro.com/vbox/vbmouse1.flp)