Virtual Device Driver: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Virtual Device Driver (VDD) | Virtual Device Driver (VDD) | ||
In the OS/2 operating system, a type of device driver used by DOS programs running in a DOS session to access devices, such as the screen or mouse, which must be shared with other processes in the system. The virtual device driver maps DOS device commands to the normal (physical) device driver under OS/2 2.0 and later versions of the operating system. | In the OS/2 operating system, a type of device driver used by DOS programs running in a DOS session to access devices, such as the screen or mouse, which must be shared with other processes in the system. The virtual device driver maps DOS device commands to the normal (physical) device driver under OS/2 2.0 and later versions of the operating system. | ||
*[[VDSK.SYS]] | |||
*[[VFLPY.SYS]] | |||
*[[VKBD.SYS]] | |||
*[[VLPT.SYS]] | |||
*[[VTIMER.SYS]] | |||
==References== | ==References== | ||
Line 7: | Line 13: | ||
* [[Virtual Device Drivers Functions]] | * [[Virtual Device Drivers Functions]] | ||
[[Category:Device Drivers]] | [[Category:Virtual Device Drivers]] |
Latest revision as of 02:24, 6 April 2022
Virtual Device Driver (VDD)
In the OS/2 operating system, a type of device driver used by DOS programs running in a DOS session to access devices, such as the screen or mouse, which must be shared with other processes in the system. The virtual device driver maps DOS device commands to the normal (physical) device driver under OS/2 2.0 and later versions of the operating system.