From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q4YiR-0003N4-0K for mharc-grub-devel@gnu.org; Tue, 29 Mar 2011 09:12:11 -0400 Received: from [140.186.70.92] (port=60164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4YiO-0003Mw-W9 for grub-devel@gnu.org; Tue, 29 Mar 2011 09:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4YiN-0003a6-ID for grub-devel@gnu.org; Tue, 29 Mar 2011 09:12:08 -0400 Received: from mail1.slb.deg.dub.stisp.net ([84.203.253.98]:2895) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q4YiN-0003a0-79 for grub-devel@gnu.org; Tue, 29 Mar 2011 09:12:07 -0400 Received: (qmail 29536 invoked from network); 29 Mar 2011 13:12:05 -0000 Received: from unknown (HELO ?192.168.2.25?) (84.203.137.218) by mail1.slb.deg.dub.stisp.net with SMTP; 29 Mar 2011 13:12:05 -0000 Message-ID: <4D91DA91.4090108@draigBrady.com> Date: Tue, 29 Mar 2011 14:11:45 +0100 From: =?ISO-8859-1?Q?P=E1draig_Brady?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: The development of GNU GRUB References: <20110329124031.GK9163@riva.ucam.org> In-Reply-To: <20110329124031.GK9163@riva.ucam.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 X-Received-From: 84.203.253.98 Cc: Colin Watson Subject: Re: [PATCH] Improve documentation of BIOS installation 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: Tue, 29 Mar 2011 13:12:09 -0000 On 29/03/11 13:40, Colin Watson wrote: > +@node BIOS installation > +@section BIOS installation This is a good summary. > +(called by > +various names, such as the "boot track", "MBR gap", or "embedding area", and > +which is usually at least 31 KiB), Maybe mention the original name/reason; "DOS compatibility region" I'll link to this node from http://www.pixelbeat.org/docs/disk/ when it appears on line. cheers, Pádraig.