Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 13:13:03 -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:  <200010022013.NAA79383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/10/02 13:13:03 PDT

  Modified files:
    sys/i386/i386        machdep.c 
  Log:
  Fix a cosmetic sign problem on machines with 4G of ram.
  0x00312000 - 0xe5fe7fff, 3855441920 bytes (4294859990 pages)
  .. becomes
  0x00314000 - 0xe5fe7fff, 3855433728 bytes (941268 pages)
  
  Revision  Changes    Path
  1.414     +2 -2      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?200010022013.NAA79383>