Hello, have were a example or can tell me how
I find out what key was pressed, in C?
Keyboard in PMode
RE:Keyboard in PMode
>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.
>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.