Define a function foo as your IRQ exception handler.
Bind the function foo to a specific IRQ n by using the template: (setf (exception-handler <32+n) foo)
Enable the IRQ (setf (ldb (byte 1 n) (pic8259-irq-mask)) 0)
Last modified
19 years ago
Last modified on 10/25/07 19:32:28
Note:
See TracWiki
for help on using the wiki.
