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

  • Vardøgor@mander.xyz
    link
    fedilink
    arrow-up
    45
    ·
    7 months ago

    BIOS stands for Basic Input/Output System.

    Semantically sure, it’s making your system operate, but it’s technically part of your motherboard’s firmware.

    • Dave.@aussie.zone
      link
      fedilink
      arrow-up
      5
      ·
      7 months ago

      It’s the underlying system. You can run tiny bare metal programs in your boot sector that simply call bios functions to output to the screen and write to disk and beep the speaker, just like you can call functions to the windows or Linux kernels to do the same.

      Although granted the only functions called these days are to set the CPU to protected mode and goodbye BIOS until the next boot.

      • Vardøgor@mander.xyz
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        7 months ago

        hmm. it’s a good point. it seems to me though that that just isn’t what “operating system” refers to, since these programs can’t actually manage the system in a meaningful way or do anything you’d really expect from an OS.

        • Dave.@aussie.zone
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          But circling back to OP’s screenshot it only mentions that it’s part of the OS. A pretty small part these days compared to DOS, but it’s still doing stuff.

          I guess it comes down to whether you consider all the initialisation/bootstrap/hardware configuration routines to be part of an operating system.