From: James S. <jsi...@ac...> - 2000-07-12 15:03:07
|
Hi! I bought a new adapter for my second keyboard. The old one died. So I had two keyboard hooked up to my computer. Fixes a few bugs. Now if you have two displays and two keyboards text will displayed to a specific screen. Since I have only one vga card and no mda but 2 keyboards I can only use the one keyboard. then I tested the /dev/input interface and both keyboards showed up and I could use both of them :-) I just updated the cvs to test3 but discovered the default kernel is broken. Will have to update again. By tonight. The fix for the timer bug is --- v2.4.0-test3/linux/kernel/timer.c Mon Jul 10 16:47:27 2000 +++ linux/kernel/timer.c Tue Jul 11 09:25:36 2000 @@ -577,7 +577,7 @@ p->counter = 0; p->need_resched = 1; } - if (p->priority < DEF_PRIORITY) + if (p->nice > 0) kstat.cpu_nice += user_tick; else kstat.cpu_user += user_tick; Your kernel will compile then for now. Go test it :) Q: Why did they deprecate a.out support in linux? A: Because a nasty coff is bad for your elf. James Simmons [jsi...@li...] ____/| fbdev/console/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U http://linuxconsole.sourceforge.net |