From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NMXSA-0003wC-AM for mharc-grub-devel@gnu.org; Sun, 20 Dec 2009 20:52:54 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMXS8-0003vW-Cm for grub-devel@gnu.org; Sun, 20 Dec 2009 20:52:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMXS3-0003v4-Vp for grub-devel@gnu.org; Sun, 20 Dec 2009 20:52:51 -0500 Received: from [199.232.76.173] (port=56808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMXS3-0003v1-Nm for grub-devel@gnu.org; Sun, 20 Dec 2009 20:52:47 -0500 Received: from mail-yx0-f191.google.com ([209.85.210.191]:41969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NMXS3-0007I8-Cz for grub-devel@gnu.org; Sun, 20 Dec 2009 20:52:47 -0500 Received: by yxe29 with SMTP id 29so13469584yxe.14 for ; Sun, 20 Dec 2009 17:52:46 -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=QqJJFkUAPA0L3LplwUvV9aEUn/UN2gf5mXaMSJLmdaw=; b=kaPbDw3UUpj1zc0Ye6ZogVz5BgSwGAsh1/Wh2Hvv1UfXhhvvWurv/ynmJSfEGWery+ tKZ30OYkmiH8O97SX55bXxIQKmzurNBN5VoVCGDPESyodFkWO5nGshcodyWU6AD0yjPz eGSNRvZGpDZ56hVLRXdOanXGliVfkHFfYY24U= 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=f08gHgNWarbM6wWm5mIJMMOTOUI+395hH7Zjw0AEhsazVct5Cjr7HfAuD1yvlWIY9o Upk8Zsdo5yn/0OtE5YEnnqzseq87xmg2AeBSUDD1L1O1YWJkenh+04MOx3aOzrdPZ9jT bAzPhckk3S4AOIZ/vRfz5gXgbd+7psNt54cG0= Received: by 10.100.40.7 with SMTP id n7mr10282432ann.170.1261360366140; Sun, 20 Dec 2009 17:52:46 -0800 (PST) Received: from ?192.168.0.75? (cpe-66-69-97-231.satx.res.rr.com [66.69.97.231]) by mx.google.com with ESMTPS id 23sm2173609yxe.0.2009.12.20.17.52.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 20 Dec 2009 17:52:45 -0800 (PST) Message-ID: <4B2ED4EC.7040300@gmail.com> Date: Sun, 20 Dec 2009 19:52:44 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB References: <4B26CA20.9090005@gmail.com> <4B2EB1D7.4060306@gmail.com> In-Reply-To: <4B2EB1D7.4060306@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Understanding GRUB details X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Mon, 21 Dec 2009 01:52:53 -0000 Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Bruce Dubbs wrote: >> In order to properly document GRUB, I have been reviewing some of the >> code at a rather detailed level. My efforts are directed at >> developing an intimate level of understanding as a prerequisite for >> the documentation effort. I fully understand that many of the details >> below are not appropriate for grub.texi, but they may be appropriate >> for other venues such as a wiki. Thanks for the feedback. It helps. -- Bruce