[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: user-written interrupt handlers



I would think that any user-supplied interrupt handlers should be provided
as device drivers; they can then call into the kernel via the table that
MiNT provides, and don't have to worry about going through trap #1.

Regards,
Eric