From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KGd6D-0004O5-JR for mharc-grub-devel@gnu.org; Wed, 09 Jul 2008 13:05:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGd6A-0004MI-L0 for grub-devel@gnu.org; Wed, 09 Jul 2008 13:04:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGd68-0004Jw-D0 for grub-devel@gnu.org; Wed, 09 Jul 2008 13:04:57 -0400 Received: from [199.232.76.173] (port=38746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGd68-0004Jb-8Q for grub-devel@gnu.org; Wed, 09 Jul 2008 13:04:56 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:34255 helo=jenni1.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGd67-0000j2-5x for grub-devel@gnu.org; Wed, 09 Jul 2008 13:04:55 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni1.rokki.sonera.fi (8.5.014) id 483E82F101C0D3AB for grub-devel@gnu.org; Wed, 9 Jul 2008 20:04:51 +0300 Message-ID: <4874EFC2.7020504@nic.fi> Date: Wed, 09 Jul 2008 20:05:06 +0300 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: The development of GRUB 2 References: <200807080018.35215.okuji@enbug.org> <1215584072.31230.9.camel@dv> In-Reply-To: <1215584072.31230.9.camel@dv> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: a bug in read 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: Wed, 09 Jul 2008 17:04:59 -0000 Pavel Roskin wrote: > By the way, read is not a part of grub-emu. We'll need to improve the > build system to make such oversights less likely. We also need "exit" > in grub-emu, as "reboot" doesn't sound right. I think there should be emu arch that provides architecture specific functionality. This way we use exactly same code paths for everything. Then we can catch bugs more easily.