POINTDD.SYS: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Pointer Device Driver provides pointer device support for OS/2. | |||
The POINTDD.SYS driver must always be loaded before any MOUSEXX.SYS driver | The POINTDD.SYS driver must always be loaded before any MOUSEXX.SYS driver. POINTDD.SYS works together with the MOUSEXX.SYS drivers. | ||
POINTDD.SYS displays the pointer image of the pointing device on the screen. | |||
==Version== | ==Version== | ||
{|class="wikitable" | |||
{| class="wikitable" | !Date||Version||Size||Comments | ||
! Date | |||
|- | |- | ||
| -- || | |1993-07-20|| ||1,787 bytes||[[OS/2 Version 2.0]] XR_6100 | ||
|- | |- | ||
|2002-05-21||10.70||3,846 bytes|| | |||
|} | |} | ||
== | ==CONFIG.SYS Information== | ||
Provides mouse pointer draw support. Text modes 0, 1, 2, 3, and 7 and graphic modes D, E, F, and 10 are supported. For graphic modes other than D, E, F, and 10, the correct graphic device driver must also be installed. | |||
DEVICE=\OS2\BOOT\POINTDD.SYS | |||
'''WARNING:''' In order for [[MOUSE.SYS]] to work effectively, this driver must be loaded by OS/2 before MOUSE.SYS. Do not remove it from your config.sys file. | |||
[[Category: | [[Category:Character Device Drivers]][[Category:DEVICE Statements]] |
Latest revision as of 19:55, 17 November 2019
Pointer Device Driver provides pointer device support for OS/2.
The POINTDD.SYS driver must always be loaded before any MOUSEXX.SYS driver. POINTDD.SYS works together with the MOUSEXX.SYS drivers.
POINTDD.SYS displays the pointer image of the pointing device on the screen.
Version
Date | Version | Size | Comments |
---|---|---|---|
1993-07-20 | 1,787 bytes | OS/2 Version 2.0 XR_6100 | |
2002-05-21 | 10.70 | 3,846 bytes |
CONFIG.SYS Information
Provides mouse pointer draw support. Text modes 0, 1, 2, 3, and 7 and graphic modes D, E, F, and 10 are supported. For graphic modes other than D, E, F, and 10, the correct graphic device driver must also be installed.
DEVICE=\OS2\BOOT\POINTDD.SYS
WARNING: In order for MOUSE.SYS to work effectively, this driver must be loaded by OS/2 before MOUSE.SYS. Do not remove it from your config.sys file.