Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have compiled the kernel several times, with 64gb support (just in case) as well as enabling HIGH_PTE but the result is the same. Appending "mem=4G" to ther kernel boot line does not help either. Does anybody have any ideas? Attached my /proc/meminfo and first lines of dmesg.
If you have a 32 bit processor, all it can use is 3.2 gigs of RAM. That´s the physical limitation of it. IIRC. Perhaps Ubuntu is just ignoring that .8 gigs to save your processor the hassle.
Unless you´re making a uber-server, why would you need 4 gigs in the first place?
Thanks. I see this when booting the computer in the first screen:
Memory consumed by system resources: 898 MB System RAM
So I think there it is the answer. Also saw this in the DELL faqs:
BIOS must reserve some address space below 4GB for PCI devices such as RAID controllers, SCSI controllers, NICs, etc. RAID controllers in particular may request and be given 256MB each. This is address space that would normally be occupied by RAM, but instead is used by PCI devices.
RAM addresses start at 0 and grow up. PCI device addresses start at 4GB and grow down. As long as there is no overlap, the OS will see all available RAM and make use of it. If there is overlap, the PCI devices win, and that RAM is not made available to the OS.
This is working as designed per PCI, BIOS, and system chipset specifications.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.