lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 10 Jun 2009 22:23:14 -0600
From:	Robert Hancock <hancockrwd@...il.com>
To:	"Trenton D. Adams" <trenton.d.adams@...il.com>
CC:	Yinghai Lu <yhlu.kernel@...il.com>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Macbook 4G only see 3G

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@...il.com> wrote:
>> On Wed, Jun 10, 2009 at 5:47 PM, Trenton D.
>> Adams<trenton.d.adams@...il.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@...mac) (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?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ