ekZepp@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agoVintagelemmy.worldimagemessage-square205fedilinkarrow-up11.16Karrow-down117
arrow-up11.14Karrow-down1imageVintagelemmy.worldekZepp@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square205fedilink
minus-squarecheet@infosec.publinkfedilinkarrow-up34·2 months agoPS2 keyboards use interrupts rather than polling in USB, meaning every time a key is pressed the CPU stops what its doing to process it.
minus-squaremfed1122@discuss.tchncs.delinkfedilinkEnglisharrow-up5·2 months agoCool! I had no idea it was deeper than just a physical interface change.
minus-squaredrath@lemmy.worldlinkfedilinkarrow-up4·2 months agoI’m wondering, is it still the case for mobos with Super IO?
minus-squareDeebster@infosec.publinkfedilinkarrow-up1·2 months agoAnd having to pick your IRQ when installing anything into your machine, and the weird bugs that could happen if you mucked it up.
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.
Cool! I had no idea it was deeper than just a physical interface change.
I’m wondering, is it still the case for mobos with Super IO?
And having to pick your IRQ when installing anything into your machine, and the weird bugs that could happen if you mucked it up.