From owner-freebsd-current@FreeBSD.ORG Sat Sep 17 20:46:16 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 249F516A41F for ; Sat, 17 Sep 2005 20:46:16 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4E643D45 for ; Sat, 17 Sep 2005 20:46:15 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by qproxy.gmail.com with SMTP id e11so119480qbe for ; Sat, 17 Sep 2005 13:46:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MJIygrPiU0R+n7+ZQovMRrBQWBTwA7L79/J95S886tMhTlOds3NO2vL1i350E/NmYNb4OZTx/J7mCmwzFI64ts2fN8yUrpPOnWnVuNieJaY7+3ZqS37/WdoWsTMrr1HXIRpXcR4lKytN+LA1bSZ7SnshMLjR9/UM3Epx1JX0RsI= Received: by 10.65.11.14 with SMTP id o14mr12889qbi; Sat, 17 Sep 2005 13:46:13 -0700 (PDT) Received: by 10.64.184.1 with HTTP; Sat, 17 Sep 2005 13:46:13 -0700 (PDT) Message-ID: Date: Sat, 17 Sep 2005 16:46:13 -0400 From: Scott Ullrich To: "s.g." In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1918533620.20050908000805@theconcept.ru> Cc: freebsd-current@freebsd.org Subject: Re: Re[2]: Can't load kernel errors (with wierd bios messages) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sullrich@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:46:16 -0000 On 9/7/05, Scott Ullrich wrote: > # cat /usr/src/sys/boot/i386/loader/../../common/module.c | wc -l > 961 Just for the archives, I have tracked down why this happens but am not completely sure of the cause. Somehow loader.rc was over 2 megs in size. After trimming the file back down to size and adding back the necessary bits everything works fine. Very strange. Scott