On Wed, Jun 14, 2006 at 02:55:32PM -0500, Nelson Castillo wrote:
> Write a module that can manage an interrupt.

In this case, you can look at anything which calls um_request_irq, and
see what you need to do in order to set up the call - set up the file
descriptor that will be causing the interrupts, write the interrupt
handler, etc.

> I'd like to simulate a hardware device, that might be
> outside of UML of perhaps compiled in in the kernel.

What driver you look at depends on the type of hardware you want to simulate.  

> I'd like to have a "simulated" hardware device with an I/O port
> there.

This I don't know about.  Presumably, the ioports driver has some sort
of interface which lets other drivers register ports with it.

                                Jeff


_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to