Date: Sun, 9 Nov 2008 19:27:13 -0800 (PST) From: Kamlesh Patel <shilp.kamal@yahoo.com> To: freebsd-hackers@freebsd.org Subject: What happen when FreeBSD boot first time???????? Message-ID: <862250.48654.qm@web45405.mail.sp1.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi Friends,
I am working on FreeBSD Virtual Memory improvement algorithm.
How VM allocate pages first time when system boot?
How phys_avail[] have values in sys/vm/vm_Page.c line 228?
Thanks
Kamlesh
It's set by machine-dependent part of code. grep for
phys_avail[] in i386/amd64/arm/etc..
Oleksandr Tymoshenko" <gonzo@bluezbox.com>
From: Oleksandr Tymoshenko <gonzo@bluezbox.com>
> Subject: Re: What happen when FreeBSD boot first time????????
> To: shilp.kamal@yahoo.com
> Cc: freebsd-hackers@freebsd.org, mayur.shardul@gmail.com
> Date: Sunday, November 9, 2008, 6:42 PM
> Kamlesh Patel wrote:
> > Hi Friends,
> >
> > I am working on FreeBSD Virtual Memory improvement
> algorithm.
> > How VM allocate pages first time when system boot?
> > How phys_avail[] have values in sys/vm/vm_Page.c line
> 228?
> It's set by machine-dependent part of code. grep
> for
> phys_avail[] in i386/amd64/arm/etc..
> ________________________________________
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?862250.48654.qm>
