kb handling is very slow
Posted: Mon Oct 18, 2004 10:56 pm
keyboard handling is very slow!.
"actually things will be faster in the real machine and slow
in bochs, but for me its working opposite to this principle"
in my micro kernel os,
when a keyboard int occurs a message will be sent
to the kb_driver to wake it,
then the kb_driver will read the port 0x60.
my question is, should i do any initialisation on the keyboard chip or should i change the typematic and repeat rates of
the keyboard? If i do will it work faster.
"actually things will be faster in the real machine and slow
in bochs, but for me its working opposite to this principle"
in my micro kernel os,
when a keyboard int occurs a message will be sent
to the kb_driver to wake it,
then the kb_driver will read the port 0x60.
my question is, should i do any initialisation on the keyboard chip or should i change the typematic and repeat rates of
the keyboard? If i do will it work faster.