Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Operating Systems > RTOS

RTOS RTOS Interview Questions, Learn by sharing RTOS Interview Questions asked in various Companies, Get Career advices, Interview Procedures from RTOS experts, Post asked RTOS Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-17-2008, 11:51 AM
Senior Member
 
Join Date: Feb 2008
Posts: 1,046
Default What is Device driver




What is Device driver?
Reply With Quote
  #2 (permalink)  
Old 07-24-2008, 01:39 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

A device driver, or software driver, is a computer program allowing higher-level computer programs to interact with a device.
A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware is connected. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.
Reply With Quote
Reply

Tags
interview questions, operating systems, rtos questions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On