From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TzMrS-0007zc-L3 for mharc-grub-devel@gnu.org; Sun, 27 Jan 2013 02:41:06 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzMrP-0007zW-1v for grub-devel@gnu.org; Sun, 27 Jan 2013 02:41:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzMrM-0001vo-Cg for grub-devel@gnu.org; Sun, 27 Jan 2013 02:41:02 -0500 Received: from mail-ea0-f169.google.com ([209.85.215.169]:63608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzMrM-0001vg-5t for grub-devel@gnu.org; Sun, 27 Jan 2013 02:41:00 -0500 Received: by mail-ea0-f169.google.com with SMTP id d13so743800eaa.0 for ; Sat, 26 Jan 2013 23:40:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=pTiI3F3EEnrHu87nhbXIlTLOUtvj6Us6NLa3tjavKOg=; b=tV2lN2XmuJcdwymdPM/jr+jZB/LT6T7ComE8kMRB7iQnFYx0wTQK4fQtSoO0wWI3Xf xi/zbFNqTmJVXj3W111m4VS3Rr2+jn1no+dZaH9XAzIt5Rmla9i+ptzPv0jZFA35tEid b827Z8K1F8elzqIJeP3m+dIGr9AJ9RNaJ4hUyc1jKkS7HeXCXZOBclRm8fbaa3DdkCB5 f4k5+Zny8MbsHOKklLLKR2WXFB19ROOt9b+bd8H5qxz770PGwG3K55S1QHaegkcfkBvM iumE8qcRIeHruF6tfAXw7+eSg06lIJx/l0E2LcdjYK0Dr0MOrfzOlZOfRuYxD0tBtRuk P6eg== X-Received: by 10.14.223.200 with SMTP id v48mr38307109eep.24.1359272459150; Sat, 26 Jan 2013 23:40:59 -0800 (PST) Received: from [192.168.56.2] (adsl-ull-122-159.46-151.net24.it. [151.46.159.122]) by mx.google.com with ESMTPS id b2sm10016650eep.9.2013.01.26.23.40.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Jan 2013 23:40:58 -0800 (PST) Message-ID: <5104DA2B.3070403@gmail.com> Date: Sun, 27 Jan 2013 08:41:31 +0100 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Need help in studying the grub bootloader References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.169 Cc: parth paritosh X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 07:41:05 -0000 Hi Parth, On 01/26/2013 05:55 PM, parth paritosh wrote: > Sir, > I am trying to study the source code of grub bootloader in order to be > able to contribute in it. I would like to know about any existing > documentation that explains the control flow in the code. > That would be very helpful in understanding the code. If any such > document exists, please do tell me. You may want to look at the docs/ folder in GRUB source tree, specifically grub-dev, which is the GRUB developers manual. If you don't know yet what to contribute, you may want to visit https://savannah.gnu.org/task/?group=grub and https://savannah.gnu.org/bugs/?group=grub. Regards, Francesco