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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -