windows - How to inhibit communication with PS/2 keyboard with assembly? -


the host has ultimate control on bus , may inhibit communication @ time pulling clock line low.

how pull clock line low in assembly , release in windows?

short answer: can't. not on windows nt/2k/xp/vista/7 anyway.

the instructions kind of thing blocked nt kernel. security flaw if had access them (a virus disable keyboard example).

if really need disable communication on ps/2 bus, have write driver. want in c, not assembler, since quite complicated.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -