From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: DPMI Date: Fri, 02 Jun 2000 11:31:08 +0400 Organization: None Lines: 20 Message-ID: <393762BC.82B0E8F@the_message_body.com> References: <393682e4$0$81880 AT SSP1NO17 DOT highway DOT telekom DOT at> <3936B3A0 DOT 64342D2 AT the_message_body DOT com> <200006020041 DOT GAA00609 AT vsnl DOT net DOT in> NNTP-Posting-Host: ppp106-217.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 959931208 91137 212.188.106.217 (2 Jun 2000 07:33:28 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 2 Jun 2000 07:33:28 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: ru,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 88h/int 15h is not capable to tell you about RAM above 64MB. :) bye. Alexei A. Frounze ----------------------------------------- E-mail: alexfru [AT] chat [DOT] ru Homepage: http://alexfru.chat.ru Mirror: http://members.xoom.com/alexfru Prashant TR wrote: > > > Nope. There is no. You should either refer CMOS or special BIOS functions > > available in modern BIOSes that have Phoenix extensions. I.e. on almost any > > Pentium. > > You need to try EAX=E820, AX=E801, AH=88h/INT 15H all in that order. But then, most > memory managers hook these interrupts, so you won't get the right value unless you > are running uder plain DOS.