From: Prashant TR Newsgroups: comp.os.msdos.djgpp Subject: Re: far pointers Date: 10 Jun 2000 07:05:46 +0530 Organization: VSNL Lines: 9 Message-ID: References: <39405DEE DOT 89226F7B AT ccs DOT iitb DOT ernet DOT in> <39415453 DOT 5E434718 AT is DOT elta DOT co DOT il> <394173D0 DOT 3EF74969 AT the_message_body DOT com> NNTP-Posting-Host: ppp-181-79.bng.vsnl.net.in X-Trace: news.vsnl.net.in 960638869 25843 203.197.181.79 (10 Jun 2000 12:07:49 GMT) X-Complaints-To: postmaster AT news DOT vsnl DOT net DOT in NNTP-Posting-Date: 10 Jun 2000 12:07:49 GMT X-Newsreader: Gnus v5.7/Emacs 20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Alexei A. Frounze" writes: > :) V86 mode was invented to provide compatibility with old 8086 stuff while > CPU is in PMode. DOS itself works normally in V86. That's right. Usually, even plain DOS runs in V86 mode because the EMM386 driver switches to V86 when it gets installed. And that's why you get some message like "Privileged Operation Error" when you try to use an instruction like LGDT or LIDT.