From: Chris Frolik Newsgroups: comp.os.msdos.djgpp Subject: Re: real-mode pointers Date: Fri, 01 Aug 1997 19:35:44 -0500 Organization: IndyNet - Indys Internet Gateway (info AT indy DOT net) Lines: 25 Message-ID: <33E280E0.F74@indy.net> References: <33DF967A DOT 2A6C AT indy DOT net> <33E1B093 DOT 7B69F0FC AT Mathematik DOT TU-Chemnitz DOT DE> NNTP-Posting-Host: ip91-130.ts.indy.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Robert Hoehne wrote: > > Shawn Hargreaves wrote: > > > > >2) Every address in memory can be accessed using the segment:offset > > >notation > > > > Untrue. Real mode segments are 64k in size, right? But they overlap, and > > In general it is true, that every address is accessed using > segment:offset. > Also in a flat 32bit environment memory is accessed this way, but there > the segments called often selectors and the segment size may be much > larger than 64K. > > BTW: This is probably not what the original poster expected to hear, but > it is so. > > Robert Hmm...what about conventional memory? The FAQ says that it uses 20-bit addresses, but how can it be accessed using a real-mode pointer? -Chris Frolik frolikcc AT indy DOT net