This commit is contained in:
deraadt 1994-04-16 10:18:43 +00:00
parent 4816eedf31
commit a7a7772c6f
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
* @(#)machdep.c 8.1 (Berkeley) 6/11/93
*
* from: Header: machdep.c,v 1.41 93/05/27 04:39:05 torek Exp
* $Id: machdep.c,v 1.18 1994/03/05 02:26:39 deraadt Exp $
* $Id: machdep.c,v 1.19 1994/04/16 10:18:43 deraadt Exp $
*/
#include <sys/param.h>
@ -228,7 +228,7 @@ cpu_startup()
#ifdef DEBUG
pmapdebug = opmapdebug;
#endif
printf("avail mem = %d\n", ptoa(vm_page_free_count));
printf("avail mem = %d\n", ptoa(cnt.v_free_count));
printf("using %d buffers containing %d bytes of memory\n",
nbuf, bufpages * CLBYTES);