ekZepp@lemmy.world to Programmer Humor@programming.devEnglish · 25 days agoVintagelemmy.worldimagemessage-square313fedilinkarrow-up11.33Karrow-down117
arrow-up11.31Karrow-down1imageVintagelemmy.worldekZepp@lemmy.world to Programmer Humor@programming.devEnglish · 25 days agomessage-square313fedilink
minus-squarecheet@infosec.publinkfedilinkarrow-up43·24 days 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·24 days agoCool! I had no idea it was deeper than just a physical interface change.
minus-squaredrath@lemmy.worldlinkfedilinkarrow-up5·24 days agoI’m wondering, is it still the case for mobos with Super IO?
minus-squaredan@upvote.aulinkfedilinkarrow-up4·24 days agoSuper 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.
minus-squareDeebster@infosec.publinkfedilinkarrow-up1·24 days agoAnd having to pick your IRQ when installing anything into your machine, and the weird bugs that could happen if you mucked it up.
minus-squareTaleya@aussie.zonelinkfedilinkEnglisharrow-up4·24 days agoI remember manually programming the cylinders and heads on a hdd into the bios. Kids these days got it easy
minus-squareDeebster@infosec.publinkfedilinkarrow-up1·24 days agoAnd when the bits feel off the end and you had to wind them back on with a pencil.
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?
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.
And having to pick your IRQ when installing anything into your machine, and the weird bugs that could happen if you mucked it up.
I remember manually programming the cylinders and heads on a hdd into the bios. Kids these days got it easy
deleted by creator
And when the bits feel off the end and you had to wind them back on with a pencil.