Mail Archives: djgpp/2003/04/08/08:15:07
Octavi Fors <ofors AT am DOT ub DOT es> wrote:
> I understand porting to DOS would be complex, but do you it would
> be possible, in theory.
Strictly and absolutely everything is possible in theory. That's why
it's theory, not practice. ;-)
In real life, you probably won't be able to use that existing driver
source code as anything but a reference manual for writing your own.
> In particular, is djgpp able to handle PCI bus 32-bits I/O interrupts?
Those interrupts, AFAIK, always end up as CPU interrupts in one way or the
other. Yes, you can register a handler for such interrupts in djgpp.
Check out __dpmi_set_protected_mode_interrupt_vector() in the
LIBC documentation.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -