From: "Haim Cohen" Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.programmer Subject: get the amount of physical memory Date: Tue, 3 Oct 2000 12:31:44 +0300 Organization: Intel Corporation Lines: 13 Message-ID: <8rc97t$ec7@news.or.intel.com> NNTP-Posting-Host: ilsnt1106.iil.intel.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi ! Is someone know how to get the size of the available memory in the system by C/C++ standard routines or assembly commands ? I mean the physical available memory, the size that the BIOS detects on system boot. thanks.