keyboard initialization
Posted: Tue Jun 17, 2003 11:00 pm
hello
all OS and keyboard demo codes I've seen so far don't do any special keyboard initialization. So they don't send any special init commands to port 0x60 or 0x64, they just start working with the keyboard.
however, this doesn't seem to work for my OS. Is there any special keyboard initialization neccessary or should it be ok to just start working with it ?
It's strange: In Bochs everything works. On real computer's I can press keys and nothing happens, BUT when i remove the keyboard from the computer and attach it again, the keyboard begins working and I see the keys i press on the screen.
or could it be an error in my PIC code ? but why does the keyboard work i've i remove it an attach it again ?
thanks for any help & kind regards
hefeteig
all OS and keyboard demo codes I've seen so far don't do any special keyboard initialization. So they don't send any special init commands to port 0x60 or 0x64, they just start working with the keyboard.
however, this doesn't seem to work for my OS. Is there any special keyboard initialization neccessary or should it be ok to just start working with it ?
It's strange: In Bochs everything works. On real computer's I can press keys and nothing happens, BUT when i remove the keyboard from the computer and attach it again, the keyboard begins working and I see the keys i press on the screen.
or could it be an error in my PIC code ? but why does the keyboard work i've i remove it an attach it again ?
thanks for any help & kind regards
hefeteig