From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 10 02:26:19 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E3F01065670 for ; Mon, 10 Nov 2008 02:26:19 +0000 (UTC) (envelope-from shilp.kamal@yahoo.com) Received: from n68.bullet.mail.sp1.yahoo.com (n68.bullet.mail.sp1.yahoo.com [98.136.44.44]) by mx1.freebsd.org (Postfix) with SMTP id 31F0C8FC14 for ; Mon, 10 Nov 2008 02:26:19 +0000 (UTC) (envelope-from shilp.kamal@yahoo.com) Received: from [216.252.122.218] by n68.bullet.mail.sp1.yahoo.com with NNFMP; 10 Nov 2008 02:26:19 -0000 Received: from [69.147.65.152] by t3.bullet.sp1.yahoo.com with NNFMP; 10 Nov 2008 02:26:19 -0000 Received: from [127.0.0.1] by omp400.mail.sp1.yahoo.com with NNFMP; 10 Nov 2008 02:26:19 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 66173.20501.bm@omp400.mail.sp1.yahoo.com Received: (qmail 65374 invoked by uid 60001); 10 Nov 2008 02:26:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:MIME-Version:Content-Type:Message-ID; b=jDUEz2HSL7i2U+/WroZLYEdvWiJP4YwOgonoc7QKZ6NKcTfnqSbq1LSPQOld39xiyspY+A53Ce65BKbKcUj6krmi3ptNahjjWy+Vw7cayX7xqKmkEWgZ3lXUUAkvrL+opbNTDMLbvncJahcd1bciUKiA0mFt0mqJ8fY19ZI4V0U=; X-YMail-OSG: Jkq5qdwVM1kBNVVT.LIcFc8xErJMIQfyEn9V8325PS._vcpWfn_rC8Hm8iiYEOPG7J9cHE_Pms4FM4Tl7282.RIGImSHwea.nt2Y_sH21eqcEjcFTGzZp0mnfwCbB2yFIi9FMg-- Received: from [130.86.201.76] by web45402.mail.sp1.yahoo.com via HTTP; Sun, 09 Nov 2008 18:26:18 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Sun, 9 Nov 2008 18:26:18 -0800 (PST) From: Kamlesh Patel To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <864116.63596.qm@web45402.mail.sp1.yahoo.com> X-Mailman-Approved-At: Mon, 10 Nov 2008 02:31:14 +0000 Cc: mayur.shardul@gmail.com Subject: What happen when FreeBSD boot first time???????? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shilp.kamal@yahoo.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 02:26:19 -0000 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