Mail Archives: djgpp/2000/04/12/08:16:54
On Wed, 12 Apr 2000, Alexei A. Frounze wrote:
> I believe I could get that working under DPMI as well. It can't be impossible at
> all.
It's not impossible, just prohibited by the DPMI spec.
You can, of course, work around that, but the solution will have to be a
different one for every DPMI server out there. And you will need a lot
of knowledge about how each DPMI server processes hardware interrupts.
While this seems like a wonderful way of learning about DPMI, it is
hardly an efficient way to write a multithreading program. For the
latter, I recommend to stick with setitimer.
- Raw text -