Date: Tue, 21 Mar 2000 23:05:06 +0500 Message-Id: <200003211805.XAA00991@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <8b7b00$qeb$1@nnrp1.deja.com> (wroot@my-deja.com) Subject: Re: what is protected mode? References: <8b7b00$qeb$1 AT nnrp1 DOT deja DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk wroot AT my-deja DOT com proclaimed: > What is "protected-mode" environment??? A special feature of the 386+ processors. It is also present on 286, but has limited facilites. Now DJGPP is a 32-bit protected mode environment where you can get acces to 4GB of RAM (if you have) while on conventional compilers like TC++, only a max. of 1M can be used. However, this is a very very short description of protected mode. If you want more, look into the FAQ and also try searching the mail-archives at delorie.com. And if you still want more information, download the Intel manuals from http://developer.intel.com/