]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2005-12-25 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Sun, 25 Dec 2005 19:40:31 +0000 (19:40 +0000)
committerokuji <okuji@localhost>
Sun, 25 Dec 2005 19:40:31 +0000 (19:40 +0000)
        * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR):
        Removed.
        (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.

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

index b8fa36b6772f4d0cddcc8b50710a3f29f245e7ac..85ef91da1282aa3b93ed05f1000dd5e6ee097daa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR):
+       Removed.
+       (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.
+
 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
 
        * kern/env.c (grub_env_set): Check if ENV->VALUE instead of
index 967b499f14f372537753cc42c79d24f08c75dea1..047cf38a68da7ec961a48f75f2da093c66b6bf34 100644 (file)
    cannot straddle a 64K boundary.  */
 #define GRUB_BOOT_MACHINE_BUFFER_SEG   0x7000
 
-/* The address of drive parameters.  */
-#define GRUB_BOOT_MACHINE_DRP_ADDR     0x7f00
-
-/* The size of drive parameters.  */
-#define GRUB_BOOT_MACHINE_DRP_SIZE     0x42
-
 /* The flag for BIOS drive number to designate a hard disk vs. a
    floppy.  */
 #define GRUB_BOOT_MACHINE_BIOS_HD_FLAG 0x80