From owner-cvs-all Wed Feb 3 06:10:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09546 for cvs-all-outgoing; Wed, 3 Feb 1999 06:10:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09540; Wed, 3 Feb 1999 06:10:52 -0800 (PST) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA26120; Wed, 3 Feb 1999 06:10:51 -0800 (PST) (envelope-from dg@FreeBSD.org) Date: Wed, 3 Feb 1999 06:10:51 -0800 (PST) Message-Id: <199902031410.GAA26120@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/02/03 06:10:51 PST Modified files: sys/i386/i386 machdep.c Log: Fixed the type of target_page to vm_offset_t (unsigned). This fixes a panic during boot on machines with >=2GB of RAM. Also changed some incorrect printf conversion specifiers from %d to %u (signed to unsigned). This fixes bugs when printing the amount of memory on machines with >=2GB of RAM. Revision Changes Path 1.324 +8 -8 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message