From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: only see 64 Meg on 256 Meg pc Date: Mon, 17 May 1999 11:17:46 Organization: Aspen Technology, Inc. Lines: 20 Message-ID: <373ffada.sandmann@clio.rice.edu> References: <7hnv1b$kaa$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: dmcap2.aco.aspentech.com X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I have a system with 256 Meg of memory. When I > boot into DOS I only see 64 Meg of memory. > HIMEM.SYS only reports 64 Meg. DJGPP built > application also only sees 64 Meg. I am using > cwsdpr0. Is dpmi dependent on HIMEM.SYS? The standard system BIOS only supports 64Mb of memory, so without HIMEM.SYS that is all that you will see. If you have HIMEM.SYS installed you potentially can see all of it, if you have a new enough version of HIMEM.SYS. DOS 6.X and earlier versions only supported 64Mb, while the versions which come with Win95/Win98 will support more. However - there is currently a bug in CWSDPMI which prevents using more than 128Mb of the physical memory (I haven't released a patch yet since noone's bugged me) so unless 64Mb really hinders you, don't worry, be happy.