• cheet@infosec.pub
    link
    fedilink
    arrow-up
    41
    ·
    3 days ago

    PS2 keyboards use interrupts rather than polling in USB, meaning every time a key is pressed the CPU stops what its doing to process it.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        4
        ·
        2 days ago

        Super IO does still use interrupts as far as I know. The PS/2 protocol is interrupt-driven, so it’s not possible to use a PS/2 keyboard or mouse without interrupts.

    • Deebster@infosec.pub
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      And having to pick your IRQ when installing anything into your machine, and the weird bugs that could happen if you mucked it up.