Mail Archives: djgpp/1999/09/26/08:02:33
On Sat, 25 Sep 1999, Nicolas Gasnier wrote:
> I think that you don't need to take care about
> the A20 line and whatever when you spawn a program.
> The Spawn function will do it itself if necessary.
Could you elaborate why do you think so? The DJGPP library code doesn't
do anything about A20 line inside `spawn'.
> A few solutions :
> - run your program in full dos mode without any
> memory managers (emm, qemm, himem...) and don't
> spawn it from your DJGPP program.
> - rewrite your program using DPMI interface
If the problem is with privileged instructions (and I'm not sure),
another solution would be to run under CWSDPR0, which runs DJGPP programs
in ring 0.
- Raw text -