Jeroen Janssen wrote:
>
> Hmm,
>
> I've been trying to get a plugin working that uses the plugin_alloc_intr
> function (in order for me to see how int 10h is used for work on the VGA
> BIOS).
>
> Apparentlly:
>
> 1) interrupt in exception.c doesn't get called? (I added a monprint, but
> I don't get any output)
> 2) sysReflectInt in the interrupt function above is comment out with #if
> 0/#endif
> 3) the bochs "plugin" architecture provides register_irq functions... at
> least that's what i *think* it's "intended" to do?
I'm not sure, it always seems to work for me for protected mode...
I think interrupt forwarding may not be implemented yet in real
mode. Kevin?
-- Ramon