Page 1 of 1

IRQs etc

Posted: Sun Aug 05, 2012 4:16 am
by fbudek
I cannot find the code anywhere for register_irq() or something equivalent.
I have some code to get input from a keyboard:
register_irq(1,keyboard_handler);
and I therefore need the function register_irq (I already have the function keyboard_handler set up iyw)

Any help appreciated :P

Re: IRQs etc

Posted: Sun Aug 05, 2012 4:33 am
by thepowersgang
The OSDev.org Wiki - Got a question? Search this first!
Required Knowledge

Try looking for what that code _should_ do, maybe read tutorials which handle keyboard input?