this post was submitted on 29 May 2024
99 points (96.3% liked)

Asklemmy

42502 readers
1454 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I make the specification of non-linux because otherwise this would just become a thread full of obscure distros that do the same thing as a million other distros.

Some lesser known OSs:

  • AROS - based on Amiga OS, has some derivatives like IcarOS and MorphOS
  • Haiku - based on BeOS
  • Redox - Unix-like, made in Rust (might technically count as linux?)
  • Serenity - Unix-like, very late 90s look and feel
  • Kolibri - Tiny OS, the image is ~44MB. It also has a smaller version that fits in a single floppy.
  • PhantomOS - When 3 Russians decide to turn everything about a typical OS upside down.
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 month ago (2 children)
[โ€“] [email protected] 2 points 1 month ago (1 children)
[โ€“] [email protected] 4 points 1 month ago

Technically it's based on the Xen type-1 hypervisor

[โ€“] [email protected] 1 points 1 month ago (1 children)
[โ€“] [email protected] 1 points 1 month ago (1 children)

Honnest question: why is it Linux? I can't find relevant information on the matter. Every source point the fact that it's a bare metal hypervisor therefore not Linux but that's all. Could you enlighten me on the matter? Thanks in advance.

[โ€“] [email protected] 1 points 1 month ago (1 children)

That was my first impression after a quick glance at it, since it listed Fedora, Debian and several other linux "flavors", plus wikipedia lists it as "OS Family: Linux".

Looking and paying proper attention, I see that it doesn't actually use the linux kernel, the OS just starts VMs for whatever applications you need. The dom0, the "main virtualized OS" and basically the bare minimum the user will interact with, runs Fedora, which is linux.

I see why I'd still call it linux, even if it's "not really" linux due to the kernel (Xen hypervisor) being something completely different, because all the user interaction goes through Fedora.

[โ€“] [email protected] 2 points 4 weeks ago

Thanks for the explanation, I understand now your point of view. It sums up on which layer we consider then. BTW qubes is a fantastic OS if you want isolation of information or privacy. One VM could serve for work, another for browsing, and eventually for privacy. Take care !