• gomp
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    (only tangentially related) what does ‘driver’ mean in windows lingo? I thought it was hardware-related stuff but I’m probably wrong.

    • Natanael@slrpnk.net
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      2 months ago

      It’s pretty much a program running in OS kernel space to handle specific function calls which need low level system access. Most hardware needs custom drivers to work because they need to interact with those low level OS components, so that’s why they’re mostly associated with hardware.

      A lot of antiviruses use custom drivers to intercept and inspect program behavior to look for viruses, etc