Namespaces
Variants
Actions
Revision as of 13:34, 30 July 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Device Driver

Jump to: navigation, search
Article Metadata

Article
Created: kiran10182 (19 May 2007)
Last edited: hamishwillee (30 Jul 2012)

What is Device Driver?

Device driver gives a user-side application access to peripheral resources without exposing the operation of the underlying hardware, and in such a manner that new classes of devices may be introduced without modification of that user-side code. Since access to hardware is usually restricted to supervisor-mode code, the device driver (which runs kernel-side) is the means of access to these resources for user-mode client threads. Device drivers are dynamically loaded kernel DLLs that are loaded into the kernel process after the kernel has booted. They may be execute-in-place or RAM loaded, and like other kernel-side code may use writeable static data.

62 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved