> > 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?
Hi, I've been looking at this code too, but it's already a while ago,
it seems that the interrupts which are generated by the emulated PIC
never leave the bochs plugin, since all the hardware is also emulated there.
I'm attempting to loop this through from bochs-PIC to the plex-plugin
and then back to the other bochs devices, but my code doesn't work yet.
Once I get this working I want to split-up the bochs plugin into seperate
device plugins.
> 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?
I'm still using an old CVS version, so maybe Kevin has something more
advanced?
Mark.