* can somebody explain how linux support 64G memory
@ 2001-02-21 2:44 michaelc
2001-02-21 5:45 ` Robert Read
0 siblings, 1 reply; 2+ messages in thread
From: michaelc @ 2001-02-21 2:44 UTC (permalink / raw)
To: linux-kernel
Hi,
How does linux support more than 4G memory? I 've read the
documentation of Intel IA-32 Architecture, I knew that OS
just address up to 4G physical address space, If OS want to
access additional 4-GByte section of physical memory, it must
change the pointer in register CR3 or entries in the
page-directory-pointer table. That means that Linux just has
up to 4-GByte page mapping at one time , is that right?
--
Best regards,
michael chen mailto:michaelc@turbolinux.com.cn
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: can somebody explain how linux support 64G memory
2001-02-21 2:44 can somebody explain how linux support 64G memory michaelc
@ 2001-02-21 5:45 ` Robert Read
0 siblings, 0 replies; 2+ messages in thread
From: Robert Read @ 2001-02-21 5:45 UTC (permalink / raw)
To: michaelc; +Cc: linux-kernel
There are two ways, the PAE flag and the PSE-36 feature introduced in
P3. These extensions are documented in the IA-32 Intel Architecture
Software Developer's Manuals, which you can find here:
http://developer.intel.com/design/Pentium4/manuals/
Look in Volume 3, Chapter 3 for this info.
robert
On Wed, Feb 21, 2001 at 10:44:30AM +0800, michaelc wrote:
> Hi,
> How does linux support more than 4G memory? I 've read the
> documentation of Intel IA-32 Architecture, I knew that OS
> just address up to 4G physical address space, If OS want to
> access additional 4-GByte section of physical memory, it must
> change the pointer in register CR3 or entries in the
> page-directory-pointer table. That means that Linux just has
> up to 4-GByte page mapping at one time , is that right?
>
>
>
> --
> Best regards,
> michael chen mailto:michaelc@turbolinux.com.cn
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-02-21 5:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-21 2:44 can somebody explain how linux support 64G memory michaelc
2001-02-21 5:45 ` Robert Read
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®