IRQs etc

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
fbudek
Posts: 7
Joined: Sat Aug 04, 2012 2:43 pm

IRQs etc

Post 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
Current Project:
Unnamed OS (5% complete)
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Re: IRQs etc

Post 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?
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Post Reply