• @cheet@infosec.pub
      link
      fedilink
      446 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
          46 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.

        • @SparroHawc@lemmy.zip
          link
          fedilink
          76 days ago

          I know you’re probably being facetious… but the PS/2 port is what’s shown in the OP image.

          that said the Playstation 2 had USB ports, you could just plug a regular keyboard into it

      • Deebster
        link
        fedilink
        16 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.

        • @Taleya@aussie.zone
          link
          fedilink
          English
          46 days ago

          I remember manually programming the cylinders and heads on a hdd into the bios. Kids these days got it easy

    • Aurelian
      link
      fedilink
      English
      176 days ago

      Keyboard slows down the CPU because it gets priority over whatever the CPU is working on so the keyboard could cause your system to lag.

      Back then all we had was single core CPUs.