From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LCDxo-000561-PY for mharc-grub-devel@gnu.org; Mon, 15 Dec 2008 08:58:24 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCDxm-00055E-O0 for grub-devel@gnu.org; Mon, 15 Dec 2008 08:58:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCDxi-00054F-BG for grub-devel@gnu.org; Mon, 15 Dec 2008 08:58:21 -0500 Received: from [199.232.76.173] (port=58417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCDxi-000543-22 for grub-devel@gnu.org; Mon, 15 Dec 2008 08:58:18 -0500 Received: from mail-bw0-f12.google.com ([209.85.218.12]:37217) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCDxh-0004ub-CR for grub-devel@gnu.org; Mon, 15 Dec 2008 08:58:17 -0500 Received: by bwz5 with SMTP id 5so5642436bwz.18 for ; Mon, 15 Dec 2008 05:58:14 -0800 (PST) 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=fVF2vexNgVkgRx+TLMNlY/2G8Hkv2LsgYyhFRX/111w=; b=thbdBRLgsbq7mlPyJDltmlcz+0ZGGC2W4zsZFuCwcDVTviHHEvWWaRnNjqeaSQ7JlJ dZHZLldBjVrGYUOeh+1fM6rZh4yBQzPrHl0BdI7WUBoY6ctBNo6qY6lFaOVx/bQBAxsk g84qAu2AZytalAaZQUCxe5ouzFs0HH3W+5U+c= 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=nkl2b2NtSwJjfdj5wbpyVXduRU1iwlkzf9f7IQE3QLkkLBNh20ThqtHjpH2cIJbe+H SSy8C1BhvXFgOwsqbQ/+rfCGByiAzXpMy4fu1n8qt/a2/zSf9yMJnr4MIQKLla2C4m3x jca/Z03ssKIO/76A8eQzrLSnC9THK+YGik778= Received: by 10.223.107.76 with SMTP id a12mr6720851fap.29.1229349302034; Mon, 15 Dec 2008 05:55:02 -0800 (PST) Received: from ?82.130.78.51? (nw-public-dock-51-dhcp.ethz.ch [82.130.78.51]) by mx.google.com with ESMTPS id 22sm2360397fkr.24.2008.12.15.05.54.59 (version=SSLv3 cipher=RC4-MD5); Mon, 15 Dec 2008 05:55:00 -0800 (PST) Message-ID: <494661B3.4080402@gmail.com> Date: Mon, 15 Dec 2008 14:54:59 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: The development of GRUB 2 References: <48BD4C52.6040308@gmail.com> <1220367299.23879.15.camel@localhost> <48BD62BE.7090507@gmail.com> <1220373059.23879.25.camel@localhost> <48BD8847.9030502@gmail.com> <1220386216.23879.55.camel@localhost> <48BDBC96.3010602@gmail.com> <1220398682.23879.70.camel@localhost> <48BEC43A.1000309@nic.fi> <48BECDDD.5040502@gmail.com> <48BECF2A.4080703@nic.fi> <1220566576.8537.5.camel@localhost> <48C15AAF.1090007@gmail.com> <48C58175.1010102@nic.fi> <1220904693.13372.1.camel@localhost> <48C58A35.3040409@nic.fi> <1220907542.13372.5.camel@localhost> In-Reply-To: <1220907542.13372.5.camel@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] Move kern/loader.c to boot.mod and add preboot_support (was Re: Sendkey patch) 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: Mon, 15 Dec 2008 13:58:22 -0000 Hello,all. I was busy studying so wasn't watching the list. Is there a particular reason why my patch still isn't incorporated? Thanks phcoder Javier Martín wrote: > El lun, 08-09-2008 a las 23:25 +0300, Vesa Jääskeläinen escribió: >> Javier Martín wrote: >>> El lun, 08-09-2008 a las 22:48 +0300, Vesa Jääskeläinen escribió: >>>> phcoder wrote: >>>>> Hello. As I said in another email there is no need for it. I send a >>>>> patch for it. >>>> Doesn't this break our rescue mode ? >>> How would it? As with other commands, there would be two versions of it, >>> one for rescue and one for normal. Besides, what is the point in having >>> the "boot" command in kernel -and thus always available- if you can't >>> load a kernel to boot? >> You may want to chainload something? > Isn't "chainloader" also a command external to the kernel? I recall > seeing _chain.mod (rescue) and chain.mod (normal). So, as long as those > don't go with core.img, you won't chainload a thing. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel