this post was submitted on 09 Apr 2026
29 points (89.2% liked)

Opensource

5908 readers
58 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MouldyCat@feddit.uk 4 points 21 hours ago (2 children)

I don't know, but I would have thought that the key task of the OS is to provide an abstraction that allows apps to run on supported hardware. So it takes care of file access and creation, outputing to the screen, interacting with external devices such as keyboards, webcams etc.

If you already have a browser running, you already have some kind of OS taking care of those low level details.

[–] p4rzivalrp2@piefed.social 1 points 10 hours ago (1 children)

So a docker container isn't running an os?

[–] lukalix98@programming.dev 1 points 4 hours ago

Depends on the container, but yeah, there might not be an os at all.

[–] AbidanYre@lemmy.world 1 points 11 hours ago

So basically your browser (or main OS maybe) is just a hypervisor for this.