this post was submitted on 15 Mar 2025
200 points (97.6% liked)

Linux

51972 readers
452 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I haven't had a great time with Linux on a tablet without a keyboard and mouse but PostmarketOS is 100% usable IMO. Even the on screen keyboard on the login screen works.

you are viewing a single comment's thread
view the rest of the comments
[–] catloaf@lemm.ee 4 points 2 days ago (1 children)

I'm not sure how you'd handle hardware in hardware.

Microcode is usually only run on the CPU, so in that case the implementation would be called "drivers". If you ran it on the device it would be called "firmware" and the OS still has to know how it address its interfaces somehow, and implementation is again called a "driver".

[–] MonkderVierte@lemmy.ml 1 points 2 days ago* (last edited 2 days ago) (1 children)

I mean some kind of unified interface spec and the hardware conforms to it?

[–] AnUnusualRelic@lemmy.world 3 points 2 days ago

Because when there's a new hardware function, the driver has to add support for it.