Subject: Re: /kern/physmem
To: Sridhar Ayengar <sridhar@firestorm.ikickass.org>
From: Dave Huang <khym@azeotrope.org>
List: port-i386
Date: 05/22/2001 15:48:01
On Tue, 22 May 2001, Sridhar Ayengar wrote:
> When I 'cat /kern/physmem' it says '8096' even though I have 32 MB RAM in
> the machine.  Is this a problem, or is this OK?

The units are pages, not kilobytes, and the i386 port uses 4K pages, so
that works out to 32384K. Sounds right to me :) (I guess the missing
384K is the hole between 640K and 1024K).