View previous topic :: View next topic |
Author |
Message |
zzap n00b
Joined: 26 Sep 2003 Posts: 4
|
Posted: Thu Aug 19, 2004 9:25 am Post subject: The kernel only reports half of my memory |
|
|
Hi,
if I have a Dell Dimension 8400 with 2GB ram. If I boot from the livecd the kernel reports the correct amount of memory.
Code: |
livecd root # head -n 1 /proc/meminfo
MemTotal: 2074356 kB
|
But if I boot with a kernel that I have compile with genkernel (activating smp, hyperthreading and make Intel PIIX/CH SATA support built in) I get
Code: |
localhost root # head -n1 /proc/meminfo
MemTotal: 905656 kB
|
Where did all my precious memmory go? Does any one have any idea of what error I have done? Ohh yea and I'm running gentoo-dev-sources (have been trying with 2.6.7-r14 and 2.6.8-r1) |
|
Back to top |
|
|
mr-simon Guru
Joined: 22 Nov 2002 Posts: 367 Location: Leamington Spa, Warks, UK
|
Posted: Thu Aug 19, 2004 9:46 am Post subject: |
|
|
You need to activate highmem support.
Do:
Code: | $ make menuconfig
Processor Type and Features ->
High Memory Support ->
4Gb |
_________________ "Pokey, are you drunk on love?"
"Yes. Also whiskey. But mostly love... and whiskey." |
|
Back to top |
|
|
zzap n00b
Joined: 26 Sep 2003 Posts: 4
|
Posted: Thu Aug 19, 2004 10:25 am Post subject: |
|
|
That did the trick, thanks a bunch. |
|
Back to top |
|
|
|