Subject: Re: The yamt-x86pmap merge breaks running under Parallels.
To: None <gillham@gmail.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: current-users
Date: 10/31/2007 14:41:45
> On 10/25/07, YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> wrote:
> >
> >
> > do you know if other os (or older netbsd) can run with largepages
> > under parallels with vt-x enabled?
> >
> > YAMAMOTO Takashi
> >
> 
> 
> I built a kernel that included largepages.inc and it seems to boot ok.  I
> can't really tell if it is using the large pages or not.  Is there something
> obvious in the dmesg output I can look at?
> 
> -Andrew

nothing as far as i know, except "PSE" in cpu features outputs.
if your kernel have ddb, you can confirm if it's actually used or not
by "x pmap_largepages".

YAMAMOTO Takashi