Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Udev
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Rationale== It is an [[operating system]]'s [[Kernel (operating system)|kernel]] that is responsible for providing an abstract interface of the hardware to the rest of the software. Being a [[monolithic kernel]], the [[Linux kernel]] does exactly that: [[device driver]]s are part of the Linux kernel, and make up more than half of its source code.<ref>{{cite web |last1=Marti |first1=Don |title=Are top Linux developers losing the will to code? |url=http://www.computerworlduk.com/applications/are-top-linux-developers-losing-the-will-to-code-604/ |website=ComputerworldUK |access-date=2 June 2024 |archive-url=https://web.archive.org/web/20160719164322/http://www.computerworlduk.com/applications/are-top-linux-developers-losing-the-will-to-code-604/ |archive-date=19 July 2016 |language=en-GB |date=2 July 2007 |url-status=dead}}</ref> Hardware can be accessed through [[system call]]s or over their [[device node]]s. To be able to deal with peripheral devices that are [[hotplug]]-capable in a user-friendly way, a part of handling all of these hotplug-capable hardware devices was handed over from the kernel to a [[daemon (computing)|daemon]] running in user-space. Running in user space serves security and stability purposes.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)