From owner-svn-src-head@FreeBSD.ORG Sun Aug 28 07:45:26 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FB4C106564A; Sun, 28 Aug 2011 07:45:26 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id D32578FC0A; Sun, 28 Aug 2011 07:45:25 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Qxa3j-0004Jy-T0; Sun, 28 Aug 2011 11:45:35 +0400 Date: Sun, 28 Aug 2011 11:45:35 +0400 From: Slawa Olhovchenkov To: Doug Barton Message-ID: <20110828074535.GI21676@zxy.spb.ru> References: <20110827081103.GB21676@zxy.spb.ru> <86obzbi75n.fsf@srvbsdfenssv.interne.associated-bears.org> <20110827105342.GC21676@zxy.spb.ru> <4E58D8E8.3090603@FreeBSD.org> <20110827124432.GD21676@zxy.spb.ru> <4E595447.8000104@FreeBSD.org> <20110827210448.GE21676@zxy.spb.ru> <4E595EC8.40307@FreeBSD.org> <20110827212355.GG21676@zxy.spb.ru> <4E59832F.9000602@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E59832F.9000602@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: Eric Masson , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin Subject: Re: svn commit: r225201 - in head/sys: amd64/conf i386/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2011 07:45:26 -0000 On Sat, Aug 27, 2011 at 04:52:15PM -0700, Doug Barton wrote: > On 08/27/2011 14:23, Slawa Olhovchenkov wrote: > > GENERIC need not for me, GENERIC need for everyone: this is kernel on > > installation image and kernel for first boot after install. > > We covered this a few weeks ago. The mechanism used to load modules by > loader.conf is veeeerrrrrryyyyyyy sllllllooooooooowwwwwwwww. Many times > slower than loading the modules from disk after the system has booted. Yes, I see this discursion. This is because /boot/loader sllllllooooooooowwwwwwwww to read any, monolithic kernel too. Cache of CD/DVD directory and correct rearange files on CD/DVD (for elimination unneed seeks) also reduce time of loading modules.