From owner-freebsd-commit Thu Sep 7 20:22:40 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18834 for freebsd-commit-outgoing; Thu, 7 Sep 1995 20:22:40 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18693 for cvs-all-outgoing; Thu, 7 Sep 1995 20:19:58 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18680 for cvs-sys-outgoing; Thu, 7 Sep 1995 20:19:56 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18670 ; Thu, 7 Sep 1995 20:19:50 -0700 Date: Thu, 7 Sep 1995 20:19:50 -0700 From: David Greenman Message-Id: <199509080319.UAA18670@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 20:19:49 Modified: sys/i386/i386 machdep.c Log: 1) Really print 'real' memory - use Maxmem, not physmem. 2) Output K bytes instead of pages as this means something to more people. 3) Moved printf of avail memory to after vm_bounce_init() call so that bounce buffers are included in the figure. 4) Killed initcpu(); it's an unused vestige from the VAX.