From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LVqyF-0005nT-H3 for mharc-grub-devel@gnu.org; Sat, 07 Feb 2009 12:27:59 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVqyC-0005n8-JM for grub-devel@gnu.org; Sat, 07 Feb 2009 12:27:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVqyB-0005mo-1M for grub-devel@gnu.org; Sat, 07 Feb 2009 12:27:56 -0500 Received: from [199.232.76.173] (port=35542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVqyA-0005ml-Tc for grub-devel@gnu.org; Sat, 07 Feb 2009 12:27:54 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:59789) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVqyA-0008LE-Ic for grub-devel@gnu.org; Sat, 07 Feb 2009 12:27:54 -0500 Received: by fg-out-1718.google.com with SMTP id l27so845012fgb.30 for ; Sat, 07 Feb 2009 09:27:53 -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=NVUtSspO35be9j3UAFBsc7JWZLYk3QRqB2T4sl4HV34=; b=e2Tk69aq/6CUYks67pdsMmd+mBlkUpbLIJqzJV0oQHQ6zK9wGmaMrOmrH7LJa3Gbei 9aBrUYgb4Z0rKnmN0bgolfpmjHeAsBH3ccdz9D9/rbDi5HDsgY/SN764QbtvgNWUZwpQ zsD4EW6IUtsZZdGVqC8iEGHaIqoaDPfU8Rrcs= 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=DprmtUFDC6uEuBqLUhSvaSNoyyxjZ3RMOPk5bWOTL8nRPc4laazHq8n3CRex4IcGaP W0Tj34YLi9/IvPqxmKSZyFqW1qQ0I9NO9KCibjXP0Wf9fIHkM44YXbPDjdXKQgkW+eVI albBojfTHuXIBkdT8HUFflZb2EVuFepEsAldo= Received: by 10.86.94.11 with SMTP id r11mr397629fgb.53.1234027673498; Sat, 07 Feb 2009 09:27:53 -0800 (PST) Received: from ?192.168.1.25? (27.67.202.62.cust.bluewin.ch [62.202.67.27]) by mx.google.com with ESMTPS id 3sm3329531fge.42.2009.02.07.09.27.52 (version=SSLv3 cipher=RC4-MD5); Sat, 07 Feb 2009 09:27:52 -0800 (PST) Message-ID: <498DC497.6060005@gmail.com> Date: Sat, 07 Feb 2009 18:27:51 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: The development of GRUB 2 References: <200901291911.11791.bsd@makefile.in> In-Reply-To: <200901291911.11791.bsd@makefile.in> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Implementing commands from TODO list 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: Sat, 07 Feb 2009 17:27:57 -0000 You might want to have a look at lsmmap function Vladimir 'phcoder' Serbinenko Bandan wrote: > First thing's first; I finally realized while getting my daily dose of grub2 > that I had unintentionally tried to post my message in a wrong thread > here : > http://lists.gnu.org/archive/html/grub-devel/2009-01/msg00157.html > > It was very careless on my part and I sincerely apologize for the noise > (sorry phcoder and Vesa Jääskeläinen ! ). > > Now to my point: > > I was looking at the TODO list here http://grub.enbug.org/TodoList into > the list of missing commands http://grub.enbug.org/CommandList. As I > see that there is not much talk about them on the list, I would like to > track the missing commands and start adding them to Grub2. > Personally, I would like to start with "uppermem" as I have already > gone through the relevant code and it will be easier for me to start with > it. > > Any ideas/suggestions would be greatly appreciated. > > Thanks, > Bandan >