this post was submitted on 17 Nov 2023
152 points (93.7% liked)

linuxmemes

20707 readers
573 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] cucumber_sandwich@lemmy.world 3 points 10 months ago

Depends on the level of abstraction you're looking at. Operating systems today are vastly more capable of organizing different provesses, distributing work amongst multiple CPU cores, CPU caches, etc. I guess the von Neumann architecture has just proven really successful in practice. And von Neumann machines require a certain set of capabilities in their OSes.

Maybe look at embedded systems, where we find a bit more variety. Things like DSPs or microcontrollers.