How does Linux kernel detect and plug in your hardware? | Linux Today

How does Linux kernel detect and plug in your hardware?

Written By
Web Webster
Web Webster
Nov 18, 2011

“Everything starts with at the Kernel. Operating systems are
using Privilege Rings.

These rings are created by CPU and not by OS. Any OS kernel
operates in Ring 0 which is most privileged level and can
comunicate directly to the hardware and the CPU. Rings 1 and 2 are
commonly used for device drivers. And ring 3 is used for user-space
applications (media players, web servers and anything else user can
communicate to directly). Device drivers are a „bridge”
between user-space applications and hardware. You should note that
in Linux rings 1 and 2 are NOT used (at least this is what I found
out…), because Linux drivers are compilled directly into
kernel or as a dynamic kernel modules (in both cases drivers appear
in at a Ring 0).

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.