• 41 Posts
  • 2.38K Comments
Joined 3 years ago
Aquileo | cake
Cake day: August 15th, 2023

Aquileo | help-circle



  • WeirdGoesPro@lemmy.dbzer0.comtolinuxmemes@lemmy.worldDual booting was just wasting precious disk space anyway
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    31
    Aquileo | arrow-down
    1
    ·
    Aquileo | edit-2
    3 days ago

    I believe it’s due to kernel philosophy.

    Linux and Mac are a monolithic kernel, which I understand to mean that the entire OS runs in kernel space to operate the compatible hardware. This has the advantage of making sure the OS is in the drivers seat for resource management, and no individual program is easily able to overload the system and create instability, but it may limit the power of some programs and delay compatability of new hardware and software.

    Windows, on the other hand, is a hybrid kernel, which means some functions are managed in user space so that a program has more control over the hardware. This can be useful for pushing gaming to the limit or running experimental/custom programs, but it can lead to instability from resource hungry programs or security vulnerabilities from Trojan horses.

    As for why their ISO is huge, I s’pose it’s due to all the extra crap they throw in there like AI, pinball, and data collection stuff.

    Apologies if I got something fundamentally wrong—there are plenty of bigger nerds than me on here—but that’s my best attempt at explaining the difference as well as I know it.