.\" $Header: /bear/p0/pdsrc/mem/RCS/mem.man,v 1.1 92/02/12 13:00:05 jayl Exp $
.TH MEM LBIT "12 Feb 1992"
.SH NAME
mem \- report amount of physical memory present
.SH SYNOPSIS
.B mem
[
.I -v
]
.SH DESCRIPTION
.LP
.I Mem
scans /vmunix and /dev/kmem to determine the amount of physical
memory present.  Page size is determined at runtime, so machines
with varying pagesizes are handled properly.  Memory size is
reported in KB.
.SH OPTIONS
.PD 0
.TP 10
.I -v
A little more verbose, plus a report of user-available memory is
included (i.e., kernel-locked memory pages are subtracted).
.SH FILES
.PD 0
.TP 16
/vmunix
the default system namelist
.TP
/dev/kmem
the default system memory image
.PD
.SH "SEE ALSO"
pagesize(1)
.SH BUGS
Should have command line args for non-default (System V) locations
of /vmunix and /dev/kmem.

