this post was submitted on 29 Jul 2023
603 points (96.5% liked)
Technology
61346 readers
3255 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 other!
- 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
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder why this is not a problem for pcs though
I wonder how long this will last. We're already seeing Apple getting some crazy performance with their M chips with integrated RAM and GPU, wouldn't surprise me if PCs start becoming less and less modular as time goes on.
Yes, though technically they started out as reverse engineered clones. There were tons of incompatible microcomputer brands before the IBM PC. Then companies like Compaq put out "PC compatible" clones based on specs that came from reverse engineering of the IBM PC. Over time, things evolved toward deliberate standardization.
Imagine the dumpster fire of legal action, which courts would likely side with, if someone put out hardware that was 1:1 compatible with the iPhone and iOS would run on it. That's basically what happened, though MS DOS was produced by an additional party instead of IBM.
I have quite a number of systems capable of running Windows 11. Microsoft won't allow it. Thankfully I run mostly Linux. But your point is not as solid as you think it is unfortunately..
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