public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Hancock <hancockrwd@gmail.com>
To: "Trenton D. Adams" <trenton.d.adams@gmail.com>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Macbook 4G only see 3G
Date: Wed, 10 Jun 2009 22:23:14 -0600	[thread overview]
Message-ID: <4A3086B2.2010900@gmail.com> (raw)
In-Reply-To: <9b1675090906101943x10dff40ak32341383a516ae7c@mail.gmail.com>

Trenton D. Adams wrote:
> My dmesg is below.  Unfortunately, I will not be able to help with
> testing for a bit now.  I just got my memory today, and it's either
> bad, there's something wrong with the Macbook, or the memory doesn't
> work with the Macbook as Kingston claims it does.  So, I have to send
> it in for RMA I guess.
> 
> On Wed, Jun 10, 2009 at 6:54 PM, Yinghai Lu<yhlu.kernel@gmail.com> wrote:
>> On Wed, Jun 10, 2009 at 5:47 PM, Trenton D.
>> Adams<trenton.d.adams@gmail.com> wrote:
>>> Hi Guys,
>>>
>>> Has anyone been doing any development in the area of enabling 4G for
>>> any PC that doesn't have an option in the BIOS?  The Mac OS X sees the
>>> full 4G, but Linux does not.
>>>
>>> tdamac ~ # uname -a
>>> Linux tdamac 2.6.30-rc7-dirty #3 SMP Fri Jun 5 21:24:29 MDT 2009
>>> x86_64 Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz GenuineIntel GNU/Linux
>> boot log?
> 
> dmtdamac ~ # dmesg
> Linux version 2.6.30-rc7-dirty (root@tdamac) (gcc version 4.3.2
> (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) ) #3 SMP Fri Jun 5 21:24:29 MDT
> 2009
> Command line: root=/dev/ram0 init=/linuxrc real_root=/dev/s/sys dolvm
> hung_task_show_state=1
> KERNEL supported cpus:
>   Intel GenuineIntel
>   AMD AuthenticAMD
>   Centaur CentaurHauls
> BIOS-provided physical RAM map:
>  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
>  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
>  BIOS-e820: 0000000000100000 - 00000000be08c000 (usable)
>  BIOS-e820: 00000000be08c000 - 00000000be28d000 (ACPI NVS)
>  BIOS-e820: 00000000be28d000 - 00000000beebe000 (ACPI data)
>  BIOS-e820: 00000000beebe000 - 00000000beeef000 (ACPI NVS)
>  BIOS-e820: 00000000beeef000 - 00000000bef00000 (ACPI data)
>  BIOS-e820: 00000000bef00000 - 00000000c0000000 (reserved)
>  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
>  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
>  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
>  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
>  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
>  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)

The e820 map is the way that the BIOS tells us what memory is available. 
  Here it's only showing about 3040MB of usable memory, all below 4GB. 
The usual way that it should work with 4GB of RAM is that the portion of 
the  memory corresponding to the address space occupied for PCI devices, 
etc.  gets relocated above 4GB. However either the chipset in your 
machine doesn't support memory hole remapping, the BIOS doesn't bother 
to use it or it doesn't bother to tell Linux where it is..

Do you know if Mac OS X is actually use all 4GB, or is it doing the 
"well, we can see there's actually 4GB installed but we won't mention 
that we can't use it all" trick, like some Windows does?

  reply	other threads:[~2009-06-11  4:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-11  0:47 Macbook 4G only see 3G Trenton D. Adams
2009-06-11  0:54 ` Yinghai Lu
2009-06-11  2:21   ` KAMEZAWA Hiroyuki
2009-06-11  2:43   ` Trenton D. Adams
2009-06-11  4:23     ` Robert Hancock [this message]
2009-06-11  4:48       ` Trenton D. Adams
2009-06-11 10:59         ` Matthew Garrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A3086B2.2010900@gmail.com \
    --to=hancockrwd@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trenton.d.adams@gmail.com \
    --cc=yhlu.kernel@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox