linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Benjamin C.R. LaHaise" <blah@kvack.org>
To: Daniel Blakeley <daniel@msc.cornell.edu>
Cc: linux-mm@kvack.org
Subject: Re: Large memory system
Date: Sat, 30 Jan 1999 12:00:53 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.3.95.990130114256.27443A-100000@kanga.kvack.org> (raw)
In-Reply-To: <19990130083631.B9427@msc.cornell.edu>

On Sat, 30 Jan 1999, Daniel Blakeley wrote:

> Hi,
> 
> I've jumped the gun a little bit and recommended a Professor buy 4GB
> of RAM on a Xeon machine to run Linux on and he did.  After he got it
> I read the large memory howto which states that the max memory size
> for Linux 2.2.x is 2GB physical/2GB virtual.  The memory size seems to
> limited by the 32bit nature of the x86 architecture.  The Xeon seems
> to have a 36bit memory addressing mode.  Can Linux be easily expanded
> to use the 36bit addressing?

Easily isn't a good way of putting it, unless you're talking about doing
something like mmap on /dev/mem, in which case you could make the
user/kernel virtual spilt weigh heavy on the user side and do memory
allocation yourself.  If you're talking about doing it transparently,
you're best bet is to do something like davem's suggested high mem
approach, and only use non-kernel mapped memory for user pages... if you
want to be able to support the page cache in high memory, things get
messy.

		-ben

--
To unsubscribe, send a message with 'unsubscribe linux-mm my@address'
in the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://humbolt.geo.uu.nl/Linux-MM/

  reply	other threads:[~1999-01-30 17:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-30 13:36 Daniel Blakeley
1999-01-30 17:00 ` Benjamin C.R. LaHaise [this message]
1999-02-08 11:24   ` Stephen C. Tweedie
1999-02-08 15:31     ` Eric W. Biederman
1999-02-09 22:57       ` Stephen C. Tweedie
1999-02-01 15:59 ` Rik van Riel
1999-02-08 11:22 ` Stephen C. Tweedie
1999-02-08 20:33 Manfred Spraul
1999-02-10 14:25 ` Stephen C. Tweedie
1999-02-10 17:02 Manfred Spraul
1999-02-11 11:12 ` Stephen C. Tweedie

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=Pine.LNX.3.95.990130114256.27443A-100000@kanga.kvack.org \
    --to=blah@kvack.org \
    --cc=daniel@msc.cornell.edu \
    --cc=linux-mm@kvack.org \
    /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