From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LlNO1-0003UF-GY for mharc-grub-devel@gnu.org; Sun, 22 Mar 2009 09:06:45 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlNO0-0003TS-3d for grub-devel@gnu.org; Sun, 22 Mar 2009 09:06:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlNNv-0003T0-C6 for grub-devel@gnu.org; Sun, 22 Mar 2009 09:06:43 -0400 Received: from [199.232.76.173] (port=37025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlNNv-0003Sx-88 for grub-devel@gnu.org; Sun, 22 Mar 2009 09:06:39 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:22783) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlNNu-0001SM-RE for grub-devel@gnu.org; Sun, 22 Mar 2009 09:06:39 -0400 Received: by fg-out-1718.google.com with SMTP id l27so239768fgb.7 for ; Sun, 22 Mar 2009 06:06:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ZGo5owjP2TjBbV3bY498qpVkgddYattxfbV4gfVd2oM=; b=xq3+zQJxWrCXqHTJNjg0LVgA79x0/9vxCyujl7/RppU1Csgn+7p/qo6G9S+ZlvPvon 4cpRETFxWHvYXK/lo7tbPL3MEofhFpD5+tWeqtvuOdBikyt7gHqDzwXnb8iHj9hhXp72 okn8Fc6A7laijMFSjI1pK6mCRroZxM+nJtgO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=gFRL419wK22STWYClbAuu8h6PTjyGbSrDJrFKYgChIKIukzB72qMF5e6UDs8+pqtKy jP4U5zBwqE6xAtGlzPRwUvDvzlq64z7bEZiKD9M9y5WXq8Rz6HgfHyZJIDUEmyYtDhce Mt0qXA4vMwmp1jU2qs1XrYHCoamZFNscJQ1E8= Received: by 10.86.80.5 with SMTP id d5mr2808226fgb.27.1237727197326; Sun, 22 Mar 2009 06:06:37 -0700 (PDT) Received: from ?192.168.1.25? (252.80.3.213.cust.bluewin.ch [213.3.80.252]) by mx.google.com with ESMTPS id e11sm4925088fga.25.2009.03.22.06.06.36 (version=SSLv3 cipher=RC4-MD5); Sun, 22 Mar 2009 06:06:36 -0700 (PDT) Message-ID: <49C637DC.4050002@gmail.com> Date: Sun, 22 Mar 2009 14:06:36 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <49C63395.9090304@gmail.com> <200903222157.33568.okuji@enbug.org> In-Reply-To: <200903222157.33568.okuji@enbug.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Move loader.c out of the kernel X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2009 13:06:44 -0000 Yoshinori K. Okuji wrote: > On Sunday 22 March 2009 21:48:21 phcoder wrote: >> Hello. Now when boot command isn't in kernel anymore I don't see why >> loader.c stays in kernel. Here is the patch to move it to boot.mod > > This is not useful in reality, because the loader interface needs to be > pre-loaded into core.img anyway. Why? I successfully tested core.img with just pc fat and biosdisk modules integrated. It loads boot.mod just fine and boots linux and multiboot with no problem > Note that the more you split code into > modules, the more the size of core.img is, as long as they are all > pre-loaded. > > Regards, > Okuji > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko