Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-09 Thread Matt Keenan
Andrew Lyon wrote: > On 6/7/07, H. Peter Anvin <[EMAIL PROTECTED]> wrote: >> Andrew Lyon wrote: >> > >> > Could this also cause a system to be unstable? my abit athlon64 at >> > work will not run x64 with more than 1gb ram, and i have a colo server >> > with supermicro & 2 x dual core xeons that wi

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-08 Thread H. Peter Anvin
Andrew Lyon wrote: > > I have run memtest86+ for days at a time on both systems with no errors > at all. > > broken hardware i guess, i am not surprised about the abit board, ive > had nothing but trouble with abit motherboards and do not use them any > more, but the supermicro is a xeon server b

Re: 4Gb ram not showing up

2007-06-07 Thread Lennart Sorensen
On Thu, Jun 07, 2007 at 02:48:50AM +0530, Satyam Sharma wrote: > Ugh, no! How can we expect the user compiling a kernel to be *so* > familiar with address space re-mapping / BIOSen (_his_ particular > BIOS, specifically, and what / how it re-maps memory) / etc to be > able to answer such questions?

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-07 Thread Andrew Lyon
On 6/7/07, H. Peter Anvin <[EMAIL PROTECTED]> wrote: Andrew Lyon wrote: > > Could this also cause a system to be unstable? my abit athlon64 at > work will not run x64 with more than 1gb ram, and i have a colo server > with supermicro & 2 x dual core xeons that will not run with more than > 2gb. >

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-07 Thread H. Peter Anvin
Andrew Lyon wrote: > > Could this also cause a system to be unstable? my abit athlon64 at > work will not run x64 with more than 1gb ram, and i have a colo server > with supermicro & 2 x dual core xeons that will not run with more than > 2gb. > > Both systems have long uptimes but if i add ram th

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-07 Thread Tom Moore
This looks like it would have probably given me the hint I needed. Can I also suggest that you make a change to arch/i386/kernel/setup.c, line 296: if (max_pfn > MAX_NONPAE_PFN) { max_pfn = MAX_NONPAE_PFN; printk(KERN_WARNING "Warning

Re: 4Gb ram not showing up

2007-06-07 Thread Tom Moore
Satyam Sharma wrote: On 6/6/07, Lennart Sorensen <[EMAIL PROTECTED]> wrote: [...] A better description would be: "Select this if you have a 32-bit processor and memory mapped in the 1GB to 4GB address range." [...] That one would be better as: "Select this if you have a 32-bit processor and

Re: 4Gb ram not showing up

2007-06-07 Thread Jan Engelhardt
On Jun 7 2007 02:48, Satyam Sharma wrote: > On 6/6/07, Lennart Sorensen <[EMAIL PROTECTED]> wrote: >> [...] >> A better description would be: >> >> "Select this if you have a 32-bit processor and memory mapped in the 1GB >> to 4GB address range." >> [...] >> That one would be better as: >> >> "S

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-06 Thread Robert Hancock
Andrew Lyon wrote: Could this also cause a system to be unstable? my abit athlon64 at work will not run x64 with more than 1gb ram, and i have a colo server with supermicro & 2 x dual core xeons that will not run with more than 2gb. Both systems have long uptimes but if i add ram they crash with

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-06 Thread Andrew Lyon
On 6/6/07, H. Peter Anvin <[EMAIL PROTECTED]> wrote: Lennart Sorensen wrote: > > Seems like an improvement to me. To fully explain how it could be 3 or > 3.5 or 3.25 or who knows how many GB you can actually use without PAE > would probably require writing a small novel. Certainly talking about

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-06 Thread H. Peter Anvin
Lennart Sorensen wrote: > > Seems like an improvement to me. To fully explain how it could be 3 or > 3.5 or 3.25 or who knows how many GB you can actually use without PAE > would probably require writing a small novel. Certainly talking about > address space instead of amounts of physical memory

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-06 Thread Wakko Warner
Lennart Sorensen wrote: > On Wed, Jun 06, 2007 at 02:12:22PM +0200, Bodo Eggert wrote: > > Change the description of CONFIG_*HIGHMEM* to reflect "lost" memory due to > > PCI space and the existence of the NX flag. > > > > Signed-Off-By: Bodo Eggert <[EMAIL PROTECTED]> > > --- > > I made this quic

Re: 4Gb ram not showing up

2007-06-06 Thread Satyam Sharma
On 6/6/07, Lennart Sorensen <[EMAIL PROTECTED]> wrote: [...] A better description would be: "Select this if you have a 32-bit processor and memory mapped in the 1GB to 4GB address range." [...] That one would be better as: "Select this if you have a 32-bit processor and ram mapped in the addres

Re: [RFC][PATCH] Re: 4Gb ram not showing up

2007-06-06 Thread Lennart Sorensen
On Wed, Jun 06, 2007 at 02:12:22PM +0200, Bodo Eggert wrote: > Change the description of CONFIG_*HIGHMEM* to reflect "lost" memory due to > PCI space and the existence of the NX flag. > > Signed-Off-By: Bodo Eggert <[EMAIL PROTECTED]> > --- > I made this quick patch using the information from LKM

[RFC][PATCH] Re: 4Gb ram not showing up

2007-06-06 Thread Bodo Eggert
Change the description of CONFIG_*HIGHMEM* to reflect "lost" memory due to PCI space and the existence of the NX flag. Signed-Off-By: Bodo Eggert <[EMAIL PROTECTED]> --- I made this quick patch using the information from LKML as I remembered it. Please verify. --- 2.6.21/arch/i386/Kconfig.ori

Re: 4Gb ram not showing up

2007-06-06 Thread Andi Kleen
Tom Moore <[EMAIL PROTECTED]> writes: > Hi everyone. > > I am having some difficulty trying to get my 4Gb of ram recognized by This really seems to become a FAQ recently. Please look in the archives. In short your BIOS is broken. Complain to your BIOS vendor. Anyone interested to write up some

Re: 4Gb ram not showing up

2007-06-05 Thread Lennart Sorensen
On Mon, Jun 04, 2007 at 03:43:08PM -0400, Tom Moore wrote: > Thank you for the reply back. Your answer makes perfect sense to me, > and it is what I had suspected but was not sure about. The math seems > to indicate that 4Gb of ram plus 1Gb of PCI address space equals 5Gb of > memory space. S

Re: 4Gb ram not showing up

2007-06-05 Thread Joseph Fannin
On Tue, Jun 05, 2007 at 09:12:00AM -0400, Tom Moore wrote: > Ok, so it appears that this one is wrong also. If someone could explain > the rules that apply, I would be happy to prepare a patch to the Kconfig > script. I don't consider myself to be completely stupid, and if the > help text was a

Re: 4Gb ram not showing up

2007-06-05 Thread Tom Moore
Wakko Warner wrote: Tom Moore wrote: Thank you for the reply back. Your answer makes perfect sense to me, and it is what I had suspected but was not sure about. The math seems to indicate that 4Gb of ram plus 1Gb of PCI address space equals 5Gb of memory space. So it does sound like I

Re: 4Gb ram not showing up

2007-06-04 Thread Wakko Warner
Tom Moore wrote: > Thank you for the reply back. Your answer makes perfect sense to me, > and it is what I had suspected but was not sure about. The math seems > to indicate that 4Gb of ram plus 1Gb of PCI address space equals 5Gb of > memory space. So it does sound like I should have a large

Re: 4Gb ram not showing up

2007-06-04 Thread Tom Moore
Thank you for the reply back. Your answer makes perfect sense to me, and it is what I had suspected but was not sure about. The math seems to indicate that 4Gb of ram plus 1Gb of PCI address space equals 5Gb of memory space. So it does sound like I should have a larger kernel model. What co

Re: 4Gb ram not showing up

2007-06-04 Thread Lennart Sorensen
On Mon, Jun 04, 2007 at 11:14:40AM -0400, Tom Moore wrote: > I am having some difficulty trying to get my 4Gb of ram recognized by > the system. I have tried googling around to get some information on how > to do this configuration, but I have come up dry. I suspect that the > reason that ther