<div dir="ltr">Linux drivers aren't as difficult as they sound.   I believe O'reilly has a standard book, and there is information online.   You have two choices, loadable modules and kernel modules.  For first step, consider a simple loadable module which just passes the interrupt up to user space.  There was a big redesign between kernel 2.4 and 2.6, but I haven't been actively involved in that world since 2.6 kernel.  </div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 9, 2013 at 2:35 PM, Bob Nance <span dir="ltr"><<a href="mailto:bob.nance@novationsys.com" target="_blank">bob.nance@novationsys.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am a poor systems programmer, but I think the standard way to register an interrupt handler is through a driver. If you were using an rt Linux, there might be some alternative, dunno.<br>


<br>
Sounds fun, though. Good luck!<br>
<br>
---<br>
 Bob Nance<br>
 Novation Systems<br>
 <a href="tel:256-534-4620" value="+12565344620">256-534-4620</a><br>
<br>
(iPhone-flavored)<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Sep 9, 2013, at 7:50 AM, "John Price" <<a href="mailto:jp_luna@gcfl.net">jp_luna@gcfl.net</a>> wrote:<br>
<br>
> I don't know if any of you can help, but I thought I'd ask...<br>
><br>
> I have a project where I'm planning on using the Linux OS with some custom<br>
> FPGA hardware.  If I need to use an interrupt handler for some of that, do<br>
> I need to write my own driver, or is there a easier way to make the kernel<br>
> call my interrupt handler?<br>
><br>
> Thanks,<br>
> John<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://lunagroup.us/pipermail/luna/attachments/20130909/e7f2ba85/attachment.html" target="_blank">http://lunagroup.us/pipermail/luna/attachments/20130909/e7f2ba85/attachment.html</a>><br>
> _______________________________________________<br>
> LUNA mailing list<br>
> <a href="mailto:LUNA@lunagroup.us">LUNA@lunagroup.us</a><br>
> <a href="http://lunagroup.us/mailman/listinfo/luna" target="_blank">http://lunagroup.us/mailman/listinfo/luna</a><br>
_______________________________________________<br>
LUNA mailing list<br>
<a href="mailto:LUNA@lunagroup.us">LUNA@lunagroup.us</a><br>
<a href="http://lunagroup.us/mailman/listinfo/luna" target="_blank">http://lunagroup.us/mailman/listinfo/luna</a><br>
</div></div></blockquote></div><br></div>