Keyboard in PMode

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Wolf

Keyboard in PMode

Post by Wolf »

Hello, have were a example or can tell me how
I find out what key was pressed, in C?
Guest

RE:Keyboard in PMode

Post by Guest »

>On 2001-10-30 14:03:55, Wolf wrote:
>Hello, have were a example or can tell me how
>I find out what key was pressed, in C?

Well you have to set up an IDT and have IRQ1
run a small inb on port 0x60. Or at least
that's how I think it was done.
There's more elaborate tutorials at sites
like OSD.
Post Reply