Mail Archives: djgpp/1995/03/09/20:06:09
> I think you can do what you need to do here, but it won't be trivial.
> To be able to keep handling interrupts, you will need to run under DPMI.
> You will also need to avoid GO32/libc's system() and do the exec through
> the go32_dpmi_simulat.... type calls.
I think, when the question of avoiding GO32's desire to page out everything
came up earlier, DJ said that GO32 would intercept attempts to sneak around
it and do the paging anyway. This was a few releases back, and I never
actually tried it. I'd love to have a GO32 that allowed a system() call
under both DOS and DPMI without paging everything out. (That hasn't changed,
has it? Last time I checked, DPMI always paged out, non-DPMI depended on
stubedit settings.)
- Raw text -