Subject | English | Turkish |
comp., MS | static virtual device driver | statik sanal cihaz sürücüsü (A virtual device driver (VxD) that is statically loaded during system startup. A static VxD can be loaded in a number of different ways, including device enumeration by the Plug and Play (PnP)static device enumerator) |
comp., MS | virtual device | sanal cihaz (A device that can be referenced but that does not physically exist. Virtual-memory addressing, for example, uses magnetic disk storage to simulate memory larger than that physically available) |
comp., MS | virtual device driver | sanal cihaz sürücüsü (Software in Windows 9x that manages a hardware or software system resource. If a resource retains information from one access to the next that affects the way it behaves when accessed (for example, a disk controller with its status information and buffers), a virtual device driver must exist for it. Virtual device drivers are described using three-letter abbreviations beginning with V and ending with D; the middle letter indicates the type of device, such as D for a display, P for a printer, T for a timer, and x when the type of device is not under discussion) |