I'm working on a driver for a PCI based PS2 keyboard. We currently don't
have a graphics driver so we're using a serial console. Inorder to show the
keyboard driver works, I'm display the scancodes on the LEDs. But this isn't
a very convincing demo. Is there anyway to get the keyboard's input merged
into the serial console's input stream, just as if I had typed them on the
serial keyboard?
Mike McDonald