We are working to restore the Unionpedia app on the Google Play Store
OutgoingIncoming
🌟We've simplified our design for better navigation!
Instagram Facebook X LinkedIn
Your own Unionpedia with your logo and domain, from 9.99 USD/month
Create my Unionpedia

Driver wrapper

Index Driver wrapper

A driver wrapper is a subroutine in a software library that functions as an adapter between an operating system and a driver, such as a device driver, that was not designed for that operating system. [1]

Table of Contents

  1. 14 relations: Adapter pattern, Captive NTFS, Compatibility layer, Device driver, File system, FreeBSD, IBM PC–compatible, Linux, Microsoft Windows, NDISwrapper, NTFS, Operating system, Wrapper function, Wrapper library.

  2. System software

Adapter pattern

In software engineering, the adapter pattern is a software design pattern (also known as wrapper, an alternative naming shared with the decorator pattern) that allows the interface of an existing class to be used as another interface.

See Driver wrapper and Adapter pattern

Captive NTFS

Captive NTFS is a discontinued open-source project in the Linux programming community, started by Jan Kratochvíl.

See Driver wrapper and Captive NTFS

Compatibility layer

In software engineering, a compatibility layer is an interface that allows binaries for a legacy or foreign system to run on a host system.

See Driver wrapper and Compatibility layer

Device driver

In the context of an operating system, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton. Driver wrapper and device driver are device drivers.

See Driver wrapper and Device driver

File system

In computing, a file system or filesystem (often abbreviated to FS or fs) governs file organization and access.

See Driver wrapper and File system

FreeBSD

FreeBSD is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD).

See Driver wrapper and FreeBSD

IBM PC–compatible

IBM PC–compatible computers are technically similar to the original IBM PC, XT, and AT, all from computer giant IBM, that are able to use the same software and expansion cards.

See Driver wrapper and IBM PC–compatible

Linux

Linux is both an open-source Unix-like kernel and a generic name for a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds.

See Driver wrapper and Linux

Microsoft Windows

Microsoft Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft.

See Driver wrapper and Microsoft Windows

NDISwrapper

NDISwrapper is a free software driver wrapper that enables the use of Windows XP network device drivers (for devices such as PCI cards, USB modems, and routers) on Linux operating systems. Driver wrapper and NDISwrapper are device drivers.

See Driver wrapper and NDISwrapper

NTFS

New Technology File System (NTFS) is a proprietary journaling file system developed by Microsoft.

See Driver wrapper and NTFS

Operating system

An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs.

See Driver wrapper and Operating system

Wrapper function

A wrapper function is a function (another word for a subroutine) in a software library or a computer program whose main purpose is to call a second subroutine or a system call with little or no additional computation. Driver wrapper and wrapper function are subroutines.

See Driver wrapper and Wrapper function

Wrapper library

Wrapper libraries (or library wrappers) consist of a thin layer of code (a "shim") which translates a library's existing interface into a compatible interface.

See Driver wrapper and Wrapper library

See also

System software

References

[1] https://en.wikipedia.org/wiki/Driver_wrapper

Also known as Device driver wrapper, Windows Driver Wrappers for Linux.