-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Much easier to work with for an end-user.
- Loading branch information
1 parent
b2bfd12
commit cf3e65e
Showing
5 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
rem Adapt this to your Windows installation. | ||
rem XXX: Proper INF or something | ||
copy mouse.drv C:\windows\system\mouse.drv | ||
rem Only use for development; "production" use should use INF | ||
copy vmwmouse.drv C:\windows\system\mouse.drv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mouse ps2 | ||
mouse.drv | ||
mouse/map/al:16 | ||
vmwmouse.drv | ||
vmwmouse/map/al:16 | ||
libw /NOD | ||
mouse.def |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[disks] | ||
1=.,"VMware Mouse Disk" | ||
[pointing.device] | ||
;profile = mouse driver, Mouse description, VMD, Optional work section | ||
vmwmouse = 1:vmwmouse.drv, "VMware mouse", x:*vmd | ||
; XXX: Define a VMD device if we do it (i.e. a:vmwvmd.386) |