From owner-freebsd-arch Tue Oct 29 20:46:32 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A7337B401 for ; Tue, 29 Oct 2002 20:46:31 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC1A43E75 for ; Tue, 29 Oct 2002 20:46:30 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id g9U4kPFC013682; Tue, 29 Oct 2002 20:46:25 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id g9U4kPnF013681; Tue, 29 Oct 2002 20:46:25 -0800 (PST) (envelope-from dillon) Date: Tue, 29 Oct 2002 20:46:25 -0800 (PST) From: Matthew Dillon Message-Id: <200210300446.g9U4kPnF013681@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: arch@FreeBSD.ORG Subject: Re: "MB" instead of "K bytes" in memory probe? References: Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great idea! -Matt :--=-=-= : :The attached patch replaces the "K bytes" figure in the memory probe :("{real,avail} memory = XXX") with a MB figure. Before-and-after from :/var/log/messages: : :Oct 21 22:44:21 dsa kernel: real memory = 266493952 (260248K bytes) :Oct 21 22:44:21 dsa kernel: avail memory = 253214720 (247280K bytes) :Oct 29 15:55:18 dsa kernel: real memory = 266493952 (254 MB) :Oct 29 15:55:18 dsa kernel: avail memory = 251641856 (239 MB) : :Not a big thing, but I find the last two lines far easier to read than :the first two. Any objections to committing this patch? : :DES :-- :Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message