Getting Started with Linux device drivers

Source: Internet
Author: User

The role of device drivers

The operation of any computer system is the result of the combination of hardware and software, and the computer system's hardware and software accomplish each other.

Application software engineers need to see a pure software world without hardware, and the hardware must be rendered transparently. Drive engineers to realize the invisibility of hardware to software engineers.

Device Drivers act as a link between hardware and application software. In the absence of an operating system, engineers can define their own interfaces according to the characteristics of the hardware device. In the case of an operating system, the driver architecture is defined by the corresponding operating system, and the driver engineer must drive in accordance with the corresponding architecture design to be able to integrate the kernel into the operating system well.

Device driver with no operating system

Single function, control is not complicated system such as: refrigerator, bus card machine, microwave oven and so on do not need multi-task scheduling, file system, memory management and other complex functions, with a single mission architecture can well support their work.

In the absence of an operating system, the device-driven interface is directly presented to the application software engineer, and the application software does not directly access the device-driven interface across any level.

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/43/40/wKiom1PZigKjXuo9AACogFqotBM129.jpg "title=" Qq20140731081358.png "alt=" Wkiom1pzigkjxuo9aacogfqotbm129.jpg "/>

Device driver with operating system

The operating system is designed to facilitate the upper-level application by creating trouble for the driver.

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/43/42/wKiom1PZi7jDRGOsAADfdi6YQfI730.jpg "title=" Qq20140731082122.png "alt=" Wkiom1pzi7jdrgosaadfdi6yqfi730.jpg "/>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.