From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LovUb-0002S1-Lk for mharc-grub-devel@gnu.org; Wed, 01 Apr 2009 04:08:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LovUa-0002RY-8G for grub-devel@gnu.org; Wed, 01 Apr 2009 04:08:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LovUZ-0002Qz-O2 for grub-devel@gnu.org; Wed, 01 Apr 2009 04:08:11 -0400 Received: from [199.232.76.173] (port=37925 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LovUZ-0002Qt-D8 for grub-devel@gnu.org; Wed, 01 Apr 2009 04:08:11 -0400 Received: from [74.93.104.97] (port=60735 helo=sunset.davemloft.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LovUY-0004C9-UZ for grub-devel@gnu.org; Wed, 01 Apr 2009 04:08:11 -0400 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 44467C8C183; Wed, 1 Apr 2009 01:07:59 -0700 (PDT) Date: Wed, 01 Apr 2009 01:07:59 -0700 (PDT) Message-Id: <20090401.010759.82733500.davem@davemloft.net> To: grub-devel@gnu.org, phcoder@gmail.com From: David Miller In-Reply-To: <49D31B05.8000505@gmail.com> References: <200903310049.36102.okuji@enbug.org> <49D0EC45.6040603@gmail.com> <49D31B05.8000505@gmail.com> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: Re: [PATCH] Split of the normal mode 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, 01 Apr 2009 08:08:12 -0000 From: phcoder Date: Wed, 01 Apr 2009 09:43:01 +0200 > Move from todo on wiki is done except UltraSparc. > David Miller: these todos seem to be very outdated by your work. If some of them or new tasks are applicable could you add them to task tracker? > # Install on disk > # Grub emu > # Boot something > # Write a grub-install script to install grub and configure OF variables properly. This will be different from PPC because Sparc has openpromfs and is missing sysfs "devspec" links into the device tree. This should all just be deleted. It's either going to be done by my patches or is irrelevant.