Xref: news2.mv.net comp.os.msdos.djgpp:5847 From: drb AT onramp DOT net (Merlin) Newsgroups: comp.os.msdos.djgpp Subject: Mem info at DPMI init Date: Thu, 11 Jul 1996 08:27:18 GMT Organization: OnRamp Technologies; ISP; Dallas/Ft Worth/Houston, TX USA Lines: 7 Message-ID: <4s279p$6ki@news.onramp.net> NNTP-Posting-Host: laurel13.onramp.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp First off, I'm new with DJGPP and pmode. When you start up Quake (which was compiled in DJGPP, it prints info on how much DPMI, virtual, and other types of memory there are. I want to have that stuff in my programs too. How do I do this? Is it some setting in CWSDPMI or is it just printf'd values from functions that return amounts of memory? Any help is much appreciated.