this post was submitted on 09 Jun 2025
347 points (96.5% liked)
Programmer Humor
24079 readers
983 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
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
So to provide further context, PCs have tables that can be checked to see what hardware is located where. Phones don't have this, and if you try to query the wrong component or the right component at the wrong address, you can crash the whole device.
PCs were this way too, before PnP/PCI/ACPI tech showed up.
Loading Linux on a Pentium with a bunch of ISA cards was NOT a guaranteed win.