From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LSiXd-0007uX-HU for mharc-grub-devel@gnu.org; Thu, 29 Jan 2009 20:51:33 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSiXc-0007uN-Ro for grub-devel@gnu.org; Thu, 29 Jan 2009 20:51:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSiXb-0007tq-4K for grub-devel@gnu.org; Thu, 29 Jan 2009 20:51:32 -0500 Received: from [199.232.76.173] (port=48521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSiXb-0007te-1J for grub-devel@gnu.org; Thu, 29 Jan 2009 20:51:31 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:57199) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSiXa-0002id-Il for grub-devel@gnu.org; Thu, 29 Jan 2009 20:51:30 -0500 Received: by fg-out-1718.google.com with SMTP id e12so169036fga.30 for ; Thu, 29 Jan 2009 17:51:28 -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=CS1FSaBwjpz62rUmjZy+8rEqi9z0BKKgVmM3afoCtE4=; b=QfLaTSQCZp+7FVwbytapBsZAWDuGHMsXOZ91ctRsujfXT218BRITy/betCpBNNb72S 19FpZeGJaHX3Z46Dz5S+oFHEAKgByZbuRfbL3Q6CmdCb7DH4nYaKcZdkylzRV888thEB LCHR7kwpFhRqfKSUBZjZYAZntbMyKEqyg94to= 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=lU5fZVQPH5Bmfiwhltg1rzlcg1jDdr5aZFuC3wQqwxxBpqzYimYMa8Ri67/N74dXzF XKfl1zSL6EcbBzYJe2Zf2bxO4JZQO14dgO9GXNb8TbE3X2OdDGhLnH7bbr2KuNYefNKi TCh5RwpKP38/UGW80Y0mGRznyIMOZswmN71oE= Received: by 10.86.70.3 with SMTP id s3mr413989fga.25.1233280288680; Thu, 29 Jan 2009 17:51:28 -0800 (PST) Received: from ?192.168.1.25? (55-85.62-81.cust.bluewin.ch [81.62.85.55]) by mx.google.com with ESMTPS id d4sm480237fga.41.2009.01.29.17.51.27 (version=SSLv3 cipher=RC4-MD5); Thu, 29 Jan 2009 17:51:27 -0800 (PST) Message-ID: <49825D1E.9020706@gmail.com> Date: Fri, 30 Jan 2009 02:51:26 +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: Fri, 30 Jan 2009 01:51:33 -0000 Bandan wrote: > (sorry phcoder and Vesa Jääskeläinen ! ). NP > 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. Uppermem is i386-bound. I propose more general format: meminfo [-l] [-s VAR] Which outputs total amount of memory. If launched with -s VAR this value is stored to variable If launched with -v it outputs complete memory map Thank Vladimir 'phcoder' Serbinenko