This was a Lenovo. Now I’m wondering if Windows or Linux has a better BIOS.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    11
    arrow-down
    5
    ·
    7 months ago

    I mean it is part of the System running on that machine. So it is technically part of the OS?

    • thisisnotgoingwell@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      I’m having a crisis here thinking about this lol. It’s a part of the system that is your machine if you consider the system to be the entire use of the computer. But it is not a part of the operating system on the drive. It’s a lower level operating system that identifies your hardware’s capabilities and functionality and has sets of instructions on how to boot from your storage. Computers are really just many many layers of abstraction. Separating the abstractions into layers gets pretty complex. But if you create a virtual OS inside of your storage device’s OS, it is its own OS. It has no knowledge that it’s a virtual machine.

    • christophski@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      If you asked somebody which operating system they were using they would say Linux or Windows etc. The BIOS is not part of these.

    • JTskulk@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      16
      ·
      7 months ago

      Nah, the BIOS is what launches the operating system, therefor they are separate.

      • hglman@lemmy.world
        link
        fedilink
        arrow-up
        7
        arrow-down
        6
        ·
        7 months ago

        The machine can’t operate without the bios. It’s part of the operating system.

        • PixxlMan@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          7 months ago

          That’s not what operating system means. In fact, you do not need one. You can run programs directly on the bare metal, it’s just really difficult too coordinate tasks that way.