Date: Tue, 13 Jun 2000 00:10:30 +0530 Message-Id: <200006121840.AAA01064@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <3944d5d1$0$81198@SSP1NO17.highway.telekom.at> (dos.fire@aon.at) Subject: Re: far pointers References: <39437974 DOT A97A4769 AT the_messasge_body DOT com> <3944d5d1$0$81198 AT SSP1NO17 DOT highway DOT telekom DOT at> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > >V86 has all the features of PMode. Just addressing inside the linear space > >is the same as in real mode. This is the basic difference. > > > But why do we need real mode, why is there an real mode? Because without real mode, you can't get to V86 or Protected Mode. By default the BIOS starts the OS (bootstrap) in real mode.