[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] unused constants in i386/boot.h
From: |
Yves Blusseau |
Subject: |
[PATCH] unused constants in i386/boot.h |
Date: |
Thu, 09 Jul 2009 10:45:43 +0200 |
User-agent: |
Thunderbird 2.0.0.22 (Windows/20090605) |
Here's
the patch to remove unused constants.
The real constants used are GRUB_BOOT_MACHINE_KERNEL_ADDR and
GRUB_BOOT_MACHINE_KERNEL_SEG.
Best Regards,
Yves Blusseau
|
diff --git a/ChangeLog b/ChangeLog
index 3fe273f..f8b098a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-09 Yves BLUSSEAU <address@hidden>
+
+ * include/grub/i386/pc/boot.h: Remove unused contants
+ GRUB_BOOT_MACHINE_KERNEL_ADDRESS and GRUB_BOOT_MACHINE_KERNEL_SEGMENT
+
2009-07-07 Pavel Roskin <address@hidden>
* commands/search.c (search_file): Merge into ...
diff --git a/include/grub/i386/pc/boot.h b/include/grub/i386/pc/boot.h
index f35cb3a..3a5606a 100644
--- a/include/grub/i386/pc/boot.h
+++ b/include/grub/i386/pc/boot.h
@@ -34,15 +34,9 @@
/* The offset of BOOT_DRIVE. */
#define GRUB_BOOT_MACHINE_BOOT_DRIVE 0x4c
-/* The offset of KERNEL_ADDRESS. */
-#define GRUB_BOOT_MACHINE_KERNEL_ADDRESS 0x40
-
/* The offset of KERNEL_SECTOR. */
#define GRUB_BOOT_MACHINE_KERNEL_SECTOR 0x44
-/* The offset of KERNEL_SEGMENT. */
-#define GRUB_BOOT_MACHINE_KERNEL_SEGMENT 0x42
-
/* The offset of BOOT_DRIVE_CHECK. */
#define GRUB_BOOT_MACHINE_DRIVE_CHECK 0x4e
- [PATCH] unused constants in i386/boot.h,
Yves Blusseau <=
- Re: [PATCH] unused constants in i386/boot.h, Robert Millan, 2009/07/10
- Re: [PATCH] unused constants in i386/boot.h, Yves Blusseau, 2009/07/12
- Re: [PATCH] unused constants in i386/boot.h, Pavel Roskin, 2009/07/12
- Re: [PATCH] unused constants in i386/boot.h, Robert Millan, 2009/07/14
- Re: [PATCH] unused constants in i386/boot.h, Pavel Roskin, 2009/07/14
- Re: [PATCH] unused constants in i386/boot.h, Yves Blusseau, 2009/07/15
- Re: [PATCH] unused constants in i386/boot.h, Pavel Roskin, 2009/07/15