From: Henry N. <Hen...@Ar...> - 2008-03-03 23:46:56
|
baldyeti wrote: >>>> Have you other devices, that used memory regions over 2GB? Not over. I can see inside 2GB here ;-( > "winmsd" makes it easy to get that information in plain text: > > [Memory] > > Resource Device Status > 0xA0000-0xBFFFF PCI bus > 0xA0000-0xBFFFF NVIDIA GeForce 7100 / NVIDIA nForce 630i > 0xC0000-0xDFFFF PCI bus ... ok. normal low memory and text graphic. > 0x7FF00000-0xFEBFFFFF PCI bus ... an other hole at 2047MB (of 2048 you have) > 0x77000000-0x7EFFFFFF Motherboard resources ... this are 128MB at 1904MB. Think, it's your graphic memory. > 0x0000-0x9FFFF System board > 0x100000-0x7FEEFFFF System board ... 2046MB (2GB minus a 1MB PCI hole, minus the 1MB low memory) I'm not shure, is the max PFN now 0x77000000 (1904MB), or 0x77000000 minus 1MB, or 1920MB (2GB - 128MB)? I can not say, what is right. The workarround would set the value to 1920MB in your case. If that not helps, we need to find a way to exclude such "Motherboard resources" in middle of the memory. Or limit the PFN to some value or manualy. -- Henry N. |