Subject | English | Croatian |
comp., MS | boot critical driver | upravljački program za pokretanje računala (A driver that must be available in order for the operating system to successfully complete the boot process. Boot critical drivers include all boot start drivers) |
comp., MS | driver package | paket upravljačkog programa (A collection of files that comprise a driver) |
comp., MS | driver reflection | preslika upravljačkog programa (The process by which a driver file is copied to a location on the destination computer and the corresponding service is created) |
transp. | driver's cab | upravljačnica |
NGO | driver's licence US | vozačka dozvola |
comp., MS | driver stack | pokretački stog (A device object that forwards input/output request objects (IRPs) to other device objects. Stacking always occurs from the bottom up and is taken down from the top) |
comp., MS | Early Launch Antimalware driver | Zaštitni upravljački program s ranim pokretanjem (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver) |
comp., MS | ELAM driver | Upravljački program ELAM (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver) |
comp., MS | in-box driver | priloženi upravljački program (A driver contained in the default Windows installation) |
comp., MS | kernel-mode driver | upravljački program načina jezgre (A driver for a logical, virtual, or physical device) |
comp., MS | layered driver | slojeviti upravljački program (One of a collection of drivers that responds to the same IRPs. Layered driver describes the highest-level and lowest-level drivers in a chain of layered drivers that process the same IRPs, along with all intermediate drivers in the chain) |
comp., MS | monolithic driver | monolitni upravljački program (A driver that is structured to handle all storage command processing from the driver class to the host bus attachment, residing in the code path either alongside Microsoft-supplied monolithic drivers, or alongside a Microsoft-supplied port driver and vendor-supplied miniport drivers) |
comp., MS | network card driver | upravljački program mrežne kartice (A device driver that works directly with the network card, acting as an intermediary between the card and the protocol driver) |
comp., MS | out-of-box driver | upravljački program iz kutije (A driver that is not included with Windows) |
comp., MS | signed driver | potpisan upravljački program (A driver that meets the criteria of the Windows Logo Program. For performance and stability, Microsoft strongly recommends that you use only signed drivers for new or updated drivers) |
comp., MS | static virtual device driver | statički upravljački program virtualnog uređaja (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 | third-party driver | upravljački program drugog proizvođača (A driver created or provided by an entity outside Microsoft (distributed by a developer or an OEM)) |
transp. | train driver | strojovođa |
comp., MS | Windows driver foundation | osnova upravljačkih programa sustava Windows (A framework that provides prewritten support for the requirements of Windows driver model (WDM), giving Microsoft Windows device-driver developers the ability to better focus on their device models. The driver framework reduces the amount of new code required to provide a full-featured WDM device driver) |