linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Kapish K <kapish@ureach.com>
To: linux-mm@kvack.org
Subject: on MAXMEM_PFN and VMALLOC_RESERVE
Date: Thu, 5 Jul 2001 07:57:50 -0400	[thread overview]
Message-ID: <200107051157.HAA10231@www21.ureach.com> (raw)

Hello,
 What does this code ( in arch/i386/kernel/setup.c ), actually 
imply?
/* 
 *Determine low and high memory ranges: 
 */

max_low_pfn=max_pfn;
if ( max_low_pfn > MAXMEM_PFN ){
      max_low_pfn = MAXMEM_PFN;
#ifndef CONFIG_HIGHMEM
    /* Maximum memory usable is what is directlt addressable */
Now here, what does this imply, and the significance of 
VMALLOC_RESERVE in the MAXMEM_PFN calculations ( as in setup.c ) 
:MAXMEM_PFN PFN_DOWN(MAXMEM)
where MAXMEM = (unsigned long) ( -PAGE_OFFSET - VMALLOC_RESERVE 
)
Also, what is the significance of this in terms of physical RAM 
sizes of 128 mb or more ( even greater than 1 GB ). I assume 
that still will not be high mem.
Any hints or pointers would be welcome.
Thanks



________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/

             reply	other threads:[~2001-07-05 11:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-05 11:57 Kapish K [this message]
2001-07-05 16:05 ` Joseph A. Knapka

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=200107051157.HAA10231@www21.ureach.com \
    --to=kapish@ureach.com \
    --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