Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 1999 21:33:07 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 machdep.c
Message-ID:  <199907020433.VAA33118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/07/01 21:33:06 PDT

  Modified files:
    sys/i386/i386        machdep.c 
  Log:
  Zap totally the npx0 memory size override.  It only worked if statically
  specified in the kernel config file - but setting options MAXMEM works
  exactly the same.  Userconfig overrides of this have not worked for
  ages.
  
  Also, change the getenv for the loader override to hw.physmem based on a
  prior suggestion from Mike Smith.  I think he still wants to change this
  some, but this shouldn't get in his way.  This is a forced setting of
  the memory size, not a "cap".  We probably should have a plain 'maxmem'
  variable as well which does do a cap, without loosing the bios memory
  configuration data.
  
  Revision  Changes    Path
  1.348     +2 -14     src/sys/i386/i386/machdep.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907020433.VAA33118>