this post was submitted on 29 Jul 2023
594 points (96.1% liked)
Technology
59118 readers
6622 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Because PCs are based on a hardware standard that allows for a standard kernel and pluggable drivers. So you can just take a standard install of a new version of Windows, and toss in the same drivers from the last version, and you're on your way.
On ARM, there is no such standard that is widely deployed, the hardware is integrated bespoke for each and every device, so building a new version of the OS for a specific phone means using very specific configurations (where in memory is the GPU mapped? where is the sound chip mapped? on a PC the hardware can plug-and-play detect this stuff, on ARM it has to be hardcoded into the OS for every device). This is made worse by the chips used in mobile phones being proprietary hardware where the drivers are only released to manufacturers under NDA, and these hardware manufacturers often don't bother to supply updates at all and individual phone manufacturers don't have enough clout to force them to