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

Linux

51972 readers
538 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
[–] MonkderVierte@lemmy.ml 5 points 3 days ago (2 children)

x86, ARM, are intended to be multipurpose, right? So why tf does the OS running on it need multiple layers of abstraction and have the right drivers to support common features? Wouldn't it be possible to standardize the interfaces for audio, hw video acceleration, etc. so that you just need one audio driver for all x86 CPUs, another for ARM and be done?

[–] catloaf@lemm.ee 6 points 3 days ago (1 children)

The CPU might be the same, but the audio chip, trackpad, etc. might be different and require a new driver.

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

Yeah, but why isn't that handled in hardware or microcode?

[–] 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.

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

I'm wondering about that too and I think that this question deserves another thread. Maybe that's because, as there are no (or are there?) PCs with other architectures than x86, vendors don't see a need for standards like device discovery and UEFI.

[–] catloaf@lemm.ee 2 points 2 days ago

there are no (or are there?) PCs with other architectures than x86

ARM, as mentioned. and RISC-V