Page 1 of 1

Irq_remap doesn't work

Posted: Mon May 26, 2008 10:09 am
by miniBill
I'm trying to remap irqs, using the code from the wiki, but it doesn't seem to work(keyboard is still generating interrupt 9)
Any idea?
http://svn.gna.org/viewcvs/clearos/trun ... iew=markup
the method that doesn't work is irq_remap
please help

Posted: Mon May 26, 2008 4:11 pm
by iammisc
You should use a function such as io_wait that is described in the wiki: http://www.osdev.org/wiki/Inline_Assemb ... 2FO_access

Posted: Mon May 26, 2008 4:36 pm
by Combuster
Irq's can only be mapped to multiples of 8. Neither 33 or 50 is that...

Posted: Tue May 27, 2008 6:57 am
by miniBill
Ty all!!!