Ramon van Handel <[EMAIL PROTECTED]> wrote:

> The virtcode kernel now allows you to type, and
> it'll show scancode numbers on the console !!!!
> Wheeho, etc.   I don't know whether the reason that
> response is so extremely slow is because the VGA
> console is updated so unhandily, or because there's
> some BIG slowening factor somewhere.  Got to do some
> profiling...

Well, the Bochs timer interrupt was scheduled only twice
a second, and there was in addition a counter hidden 
somewhere that called the GUI event loop only once one
every ten timer ticks, so the GUI was obviously updated
extremely slow :-/

I've changed this to a more reasonable 100 timer ticks 
per second, and everything looks much smoother now ...
Kevin, you're familiar with the Bochs stuff: is there
any reason why we should not call the timer tick that
often?


Bye,
Ulrich

Reply via email to