Date: Thu, 1 Jan 1998 10:33:31 +0200 (IST) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> To: krpassc AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: how to get to real mode in DJGPP In-Reply-To: <883588855.646840324@dejanews.com> Message-ID: <Pine.SUN.3.91.980101103244.6053L-100000@is> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 31 Dec 1997 krpassc AT aol DOT com wrote: > I was wondering how to get in real mode in DJGPP. I need the proctected > mode disabled You can't, in general. If you need the real mode for some specific operation (like accessing conventional memory or issuing a real-mode interrupt), please tell what that is, since the ways to do that differ accordingly.