tried to make ps/2 mouse work in "remote mode" (polling), but it doesn't
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 12 May 2018 01:21:21 +0000 (04:21 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 12 May 2018 01:21:21 +0000 (04:21 +0300)
commit9358438bef42dbbcd1492a52d9010899a9756d2c
treeb7b6d5a2bd28932573945007b373089f5bed493f
parent5e8cc93aaf1173688852acaa0825698c2dc0cb3f
tried to make ps/2 mouse work in "remote mode" (polling), but it doesn't
work. For now only interrupt (stream mode) works.
Also added ser_printf
src/contty.h
src/kbregs.h
src/keyb.c
src/libc/stdio.c
src/libc/stdio.h
src/psaux.c
src/psaux.h