this post was submitted on 04 Nov 2024
876 points (93.2% liked)

linuxmemes

21180 readers
1091 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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
    [–] [email protected] 24 points 1 day ago (2 children)

    i doubt the average user even understands what an operating system means and they'll just go with thatever it came with

    [–] [email protected] 6 points 1 day ago

    Can confirm, I am a windows user and if my laptop came with Linux preinstalled, the way it had windows preinstalled, I'd be a Linux user.

    If I ever have to Google what the hell a kernel is then I have read everything else available on the internet.

    [–] [email protected] 4 points 1 day ago (1 children)

    To be fair, I'm using Linux, MacOS with Darwin Nix for managing it, Windows, and I still am not sure what exactly is an operating system, what's the role of kernel and all of the possible system software is. Well, I think kernel is for hardware abstraction, but other than that ¯\_(ツ)_/¯

    [–] [email protected] 6 points 1 day ago

    The kernel does stuff like

    • process and CPU task management
    • hardware abstraction
    • memory management (at the process level),
    • file system managment
    • and resource isolation (such as randomized memory addresses (ASLR))

    The rest of the OS provides the actual software that users interact with, like

    • file managers
    • desktop rendering and window management
    • settings menus
    • sound mixing between applications
    • graphics rendering