public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How to make all of 4GB of memory available?
@ 2008-10-01 18:17 Gene Heskett
  2008-10-01 18:28 ` Chris Friesen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gene Heskett @ 2008-10-01 18:17 UTC (permalink / raw)
  To: linux-kernel

Greetings;

New mobo, 4 core AMD Phenom cpu & 4 GB of dram.  I cannot find the switch in a 
make xconfig that will allow use of all of it, I am only seeing 3GB.

Am I going blind in my dotage?

Thanks.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Elliptic paraboloids for sale.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to make all of 4GB of memory available?
  2008-10-01 18:17 How to make all of 4GB of memory available? Gene Heskett
@ 2008-10-01 18:28 ` Chris Friesen
  2008-10-01 21:08 ` Kasper Sandberg
  2008-10-01 22:38 ` Jeremy Fitzhardinge
  2 siblings, 0 replies; 6+ messages in thread
From: Chris Friesen @ 2008-10-01 18:28 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

Gene Heskett wrote:
> Greetings;
> 
> New mobo, 4 core AMD Phenom cpu & 4 GB of dram.  I cannot find the switch in a 
> make xconfig that will allow use of all of it, I am only seeing 3GB.
> 
> Am I going blind in my dotage?

Maybe post your .config file?

Chris


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to make all of 4GB of memory available?
  2008-10-01 18:17 How to make all of 4GB of memory available? Gene Heskett
  2008-10-01 18:28 ` Chris Friesen
@ 2008-10-01 21:08 ` Kasper Sandberg
  2008-10-01 22:38 ` Jeremy Fitzhardinge
  2 siblings, 0 replies; 6+ messages in thread
From: Kasper Sandberg @ 2008-10-01 21:08 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

On Wed, 2008-10-01 at 14:17 -0400, Gene Heskett wrote:
> Greetings;
> 
> New mobo, 4 core AMD Phenom cpu & 4 GB of dram.  I cannot find the switch in a 
> make xconfig that will allow use of all of it, I am only seeing 3GB.
> 
> Am I going blind in my dotage?

Are you using 32bit? if so, are you use PAE?

> 
> Thanks.
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to make all of 4GB of memory available?
  2008-10-01 18:17 How to make all of 4GB of memory available? Gene Heskett
  2008-10-01 18:28 ` Chris Friesen
  2008-10-01 21:08 ` Kasper Sandberg
@ 2008-10-01 22:38 ` Jeremy Fitzhardinge
  2 siblings, 0 replies; 6+ messages in thread
From: Jeremy Fitzhardinge @ 2008-10-01 22:38 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

Gene Heskett wrote:
> Greetings;
>
> New mobo, 4 core AMD Phenom cpu & 4 GB of dram.  I cannot find the switch in a 
> make xconfig that will allow use of all of it, I am only seeing 3GB.
>
> Am I going blind in my dotage?

Does it all appear in the e820 map?  If not, then the chipset is 
probably masking it; check to see if there's any likely-looking BIOS 
options to make it appear.

I assume you're compiling for either 32-bit PAE or 64-bit.  If you're 
compiling 32-bit without PAE (HIGHMEM64G) then the remaining Gbyte may 
simply be above 4G and out of the kernel's reach.

    J

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to make all of 4GB of memory available?
       [not found] <fa.LzFGkHEK7iy88LF74OslLpTs7d0@ifi.uio.no>
@ 2008-10-02  0:21 ` Robert Hancock
  2008-10-02  1:19   ` Wakko Warner
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Hancock @ 2008-10-02  0:21 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

Gene Heskett wrote:
> Greetings;
> 
> New mobo, 4 core AMD Phenom cpu & 4 GB of dram.  I cannot find the switch in a 
> make xconfig that will allow use of all of it, I am only seeing 3GB.
> 
> Am I going blind in my dotage?
> 
> Thanks.
> 

HIGHMEM64G. Or better yet, use a 64-bit kernel.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to make all of 4GB of memory available?
  2008-10-02  0:21 ` Robert Hancock
@ 2008-10-02  1:19   ` Wakko Warner
  0 siblings, 0 replies; 6+ messages in thread
From: Wakko Warner @ 2008-10-02  1:19 UTC (permalink / raw)
  To: Robert Hancock; +Cc: Gene Heskett, linux-kernel

Robert Hancock wrote:
> Gene Heskett wrote:
> >New mobo, 4 core AMD Phenom cpu & 4 GB of dram.  I cannot find the switch 
> >in a make xconfig that will allow use of all of it, I am only seeing 3GB.
> >
> >Am I going blind in my dotage?
> >
> >Thanks.
> >
> 
> HIGHMEM64G. Or better yet, use a 64-bit kernel.

It may be a little odd, but I have a 64-bit x86 that I'm running 32-bit
kernel.  Mostly because I had some odd problems with various programs I was
using.  But was what more odd was the fact that I had a little less memory
(~100mb) with a 64-bit kernel than with a 32-bit PAE kernel.

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals
 Got Gas???

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-10-02  1:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 18:17 How to make all of 4GB of memory available? Gene Heskett
2008-10-01 18:28 ` Chris Friesen
2008-10-01 21:08 ` Kasper Sandberg
2008-10-01 22:38 ` Jeremy Fitzhardinge
     [not found] <fa.LzFGkHEK7iy88LF74OslLpTs7d0@ifi.uio.no>
2008-10-02  0:21 ` Robert Hancock
2008-10-02  1:19   ` Wakko Warner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox