LinuxDevices: Migrating Device Drivers to Linux Kernel 2.6 | Linux Today

LinuxDevices: Migrating Device Drivers to Linux Kernel 2.6

Written By
Web Webster
Web Webster
Feb 18, 2004

“The kernel is the heart of the Linux operating system, managing
all system threads, processes, resources, and resource allocation.
Unlike most other operating systems, Linux enables users to
reconfigure the kernel, which is usually done to reduce its size
and add or deactivate support for specific devices or subsystems.
Reconfiguring the kernel to remove support for unused devices and
subsystems is quite common when developing embedded systems,
because a smaller kernel requires less memory, increasing the
resources available to your applications.

“Device drivers are the software interface between your hardware
and the Linux kernel. Device drivers are low-level,
hardware-specific software components that enable devices to
interact with more generic, higher-level application programming
interfaces (APIs). Providing support for a specific subsystem or
hardware interface, such as SCSI, USB, or PCMCIA, is very different
than providing support for every SCSI, USB, or PCMCIA device.
Testing every possible device that could be used over a specific
subsystem is an impossibility; new devices are being made available
every day. The kernel provides support for specific subsystems;
device drivers provide support for specific devices that use those
subsystems. Maintaining the separation of high-level APIs and
low-level device functionality makes it relatively fast and easy to
add support for new devices to existing systems by writing the
appropriate driver for a new device and making it available to the
kernel…”

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.