Date: Sun, 26 Sep 1999 08:41:09 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nicolas Gasnier cc: djgpp AT delorie DOT com Subject: Re: Protected Mode problem (note: Eli Zaretskii) In-Reply-To: <7sifsr$nir$1@wanadoo.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.