Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8797995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:58:34+00:00 2026-06-13T23:58:34+00:00

OK I am going to ask it again. In earlier question I could not

  • 0

OK I am going to ask it again. In earlier question I could not post exactly what I intend to get information of.

Hardware devices have their device drivers installed in operating system and these drivers reside in system kernel. The operating system communicates with hardware devices via device drivers. What if the device drivers are installed directly on hardware devices instead of installing them in operating systems. What would be the consequences of doing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:58:35+00:00Added an answer on June 13, 2026 at 11:58 pm

    If I got what you exactly mean by this; my guess is that you are missing a crucial point about drivers.

    This is pretty simplified and is not to be taken literally; use it as a way to help yourself understand the role of drivers

    What exactly are drivers?
    They’re a piece of code that lets the kernel read, write, and generally interact with a certain device in a convenient way.

    You can throw it away; use IRQs checks and memory addresses (and many more additions like trimming frame, buffering, checking sanity of data, use very hardware dependent routines to perform a task etc etc in an NIC or other things in other devices) to do this every time but this would make no sense because you’ll have to write hundreds/thousands of lines of code each time you want to use a device, and your code will break down once it’s run on a different machine.

    So what we do is that we write such a code for a given device and load(by means of Kernel Modules mostly, in Linux) it so the kernel can use it.

    What does this piece of code do?
    It simply provides a standard interface to the kernel for a given device type; it provides a list of functions the kernel(and the user-space program) can call whenever it wants to interact with a given device type(now the implementation/the whole driver might change between same devices of different models/vendors, but to you the interface will remain the same)

    Why will you always need a driver anyway?
    Because again, device drivers are a way to handle a certain hardware in a convenient way; you will need a piece of code to handle the device in your kernel before you can effectively communicate with the rest of the (driver) in the hardware assuming you got the driver in the hardware.

    I’ll give you an example, all of the NICs I’ve dealt with provide framing at the physical level but not at the DataLink level so the NIC would add the preamble and the FCS for your Ethernet frame but you still have to write the MACs, set the right buffering for upper layers, check for sanity your self in your own driver code and do allocations for the packet to move up(among other things).

    So, if your vendor provides some functionality in the hardware itself it still cannot provide a whole driver because you’ll AT LEAST need to implement the interface so the kernel can use this device effectively.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Don't worry, I'm not going to ask that question, yet again... I am wanting
I have a feeling that I am going to ask a stupid question, yet
I have asked this question earlier today but I didn't provide enough information and
I'm going to ask this question again,I thought I had figured it out but
I have asked a similar question elsewhere but perhaps I did not ask it
I'm going to ask a question that has been asked in very abstract terms
I am going to ask a question that might sound weird. Is there a
I was going to ask this in tigris.org, however they have maintenance in their
I am going to ask a VERY general question. I was working on a
I know the question I'm going to ask is already asked for by other

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.