Adding interrupt handler to FC3

Brian Gerst bgerst at didntduck.org
Sun Aug 28 21:32:37 UTC 2005


fdl at scottl.com wrote:
> Thanks for that info. I had seen that function, but it appears that on Intel
> the requested IRQ must be less than 16. I need to define multiple interrupt
> handlers, and there aren't enough slots <= 16. Any other ideas? There must
> be some way to write an interrupt that can be called by software that is
> about the range imposed by NR_IRQS.

What is it that you are trying to do?  Why are you wanting to have 
software callable interrupts?  Can't you make do with a normal system 
call (int 0x80)?

--
				Brian Gerst




More information about the fedora-devel-list mailing list