Testing Generic x86 edge PostMarketOS with gnome on my MS Surface GO. It's the best linux experience I have had on it. I want to test plasma mobile next.
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.
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?
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".
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.