From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: far pointers Date: Fri, 09 Jun 2000 22:32:19 +0200 Organization: NetVision Israel Lines: 26 Message-ID: <39415453.5E434718@is.elta.co.il> References: <39405DEE DOT 89226F7B AT ccs DOT iitb DOT ernet DOT in> NNTP-Posting-Host: ras2-p65.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 960579254 27737 62.0.172.189 (9 Jun 2000 19:34:14 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 9 Jun 2000 19:34:14 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Prashant TR wrote: > > I wrote: > > > Btw, I'll add some document on protected mode on my site something > > today evening. You might want to check that out. > > > > When available, it will be at http://www.midpec.com/djgpp/protmode/ > > Yes, it's there. You can get it now! Thanks. Some comments: In V86 mode, the 386 operates in real mode but allows some programs... I believe you meant to say "protected mode". That means programs like DOS can coexist with protected-mode programs. I don't think V86 has anything to do with RM and PM programs coexisting. perhaps I'm missing something in your reasoning. The memory management unit (MMU) on the 386 supports virtual memory This is inaccurate: VM is not implemented by MMU, but by software that hooks the Page Fault exception and pages memory in and out as needed.