this post was submitted on 22 Sep 2025
75 points (97.5% liked)

Linux

12928 readers
843 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] wander1236@sh.itjust.works 10 points 6 months ago (1 children)

They're turning Linux into corn

[–] deltapi@lemmy.world 2 points 6 months ago

Run, Morty! EVERYTHING is on a cob!

[–] Quetzalcutlass@lemmy.world 4 points 6 months ago (1 children)

Each kernel instance can run on dedicated CPU cores while sharing the underlying hardware resources.

This sounds like a recipe for spending decades tracking down bugs and obscure race conditions. The kernel is simply too massive, and with too many vendor-specific workarounds, for them to feasibly catch and ensure compliance for every call to raw hardware.

[–] dgriffith@aussie.zone 2 points 6 months ago* (last edited 6 months ago)

There's an underlying kernel under the kernels for each core that controls access to hardware. It has all the hardware drivers and maintains state.