From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1PrYc6-0002AH-Gv for mharc-grub-devel@gnu.org; Mon, 21 Feb 2011 11:27:54 -0500 Received: from [140.186.70.92] (port=35576 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrYc2-00028v-KM for grub-devel@gnu.org; Mon, 21 Feb 2011 11:27:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrYc1-00036B-MS for grub-devel@gnu.org; Mon, 21 Feb 2011 11:27:50 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.123]:56341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrYc1-00035W-JL for grub-devel@gnu.org; Mon, 21 Feb 2011 11:27:49 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=psusi@cfl.rr.com; auth=pass (PLAIN) X-Authority-Analysis: v=1.1 cv=tLsyj04/L/SH/N6p42ldY6jXDYWe4pX5hAm6uRA1LKo= c=1 sm=0 a=8nJEP1OIZ-IA:10 a=pg4Dpxby4z7sZisWVyJ9NA==:17 a=SkdmS-CqyKS5lgaViRsA:9 a=jzMCb0n9i6tNokAAl_RCdc__s4EA:4 a=wPNLvfGTeEIA:10 a=pg4Dpxby4z7sZisWVyJ9NA==:117 X-Cloudmark-Score: 0 X-Originating-IP: 72.242.190.170 Received: from [72.242.190.170] ([72.242.190.170:4902] helo=[10.1.1.235]) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 7A/C6-05134-182926D4; Mon, 21 Feb 2011 16:27:46 +0000 Message-ID: <4D62927F.3020709@cfl.rr.com> Date: Mon, 21 Feb 2011 11:27:43 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: The development of GNU GRUB X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.123 Subject: boot.S vs diskboot.S 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 Feb 2011 16:27:52 -0000 What is the difference between these two files? It looks like boot.S contains a BPB and is meant to be used when installing grub to the partition boot sector of a FAT or NTFS partition, and diskboot.S does not, and is meant to be used as the MBR. It looks like boot.S is used in the MBR anyway though.