]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-15 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Wed, 15 Jul 2009 14:55:24 +0000 (14:55 +0000)
committerproski <proski@localhost>
Wed, 15 Jul 2009 14:55:24 +0000 (14:55 +0000)
* boot/i386/pc/boot.S (boot_version): Remove.
* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_VER_MAJ):
Remove.

ChangeLog
boot/i386/pc/boot.S
include/grub/i386/pc/boot.h

index ca4891699f30a3a7f4c82842a00b4c2be8f0a52c..37aabfb92b964dd58e87b154115877402147afb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-07-15  Pavel Roskin  <proski@gnu.org>
 
+       * boot/i386/pc/boot.S (boot_version): Remove.
+       * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_VER_MAJ):
+       Remove.
+
        * include/grub/i386/pc/boot.h: Sort all offsets.
        (GRUB_BOOT_MACHINE_KERNEL_ADDRESS): Remove, it's unused.
        (GRUB_BOOT_MACHINE_KERNEL_SEGMENT): Likewise.
index fb90947432b779a9aa1996210127bfa3e0bc3f57..e5685dc5eb83afe1b4d80edd529d738d1d586acb 100644 (file)
@@ -92,9 +92,6 @@ cylinder_start:
         * End of BIOS parameter block.
         */
 
-       . = _start + GRUB_BOOT_MACHINE_VER_MAJ
-boot_version:
-       .byte   GRUB_BOOT_VERSION_MAJOR, GRUB_BOOT_VERSION_MINOR
 kernel_address:
        .word   GRUB_BOOT_MACHINE_KERNEL_ADDR
 kernel_segment:
index 221ed388247a7e39e40341723fc2b68163347b5e..a91f55abb5ed23e2a5f7da8ae10430f466af1870 100644 (file)
@@ -28,9 +28,6 @@
 /* The offset of the end of BPB (BIOS Parameter Block).  */
 #define GRUB_BOOT_MACHINE_BPB_END      0x3e
 
-/* The offset of the major version.  */
-#define GRUB_BOOT_MACHINE_VER_MAJ      0x3e
-
 /* The offset of KERNEL_SECTOR.  */
 #define GRUB_BOOT_MACHINE_KERNEL_SECTOR        0x44