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
IRQs etc
- thepowersgang
- Member
- Posts: 734
- Joined: Tue Dec 25, 2007 6:03 am
- Libera.chat IRC: thePowersGang
- Location: Perth, Western Australia
- Contact:
Re: IRQs etc
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?
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
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc