From: Robert Millan Date: Thu, 7 Jan 2010 19:56:22 +0000 (+0000) Subject: 2010-01-07 Robert Millan X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df6eb305d1f7d2182908f2a815685f364f418467;p=thirdparty%2Fgrub.git 2010-01-07 Robert Millan * doc/multiboot.h (MULTIBOOT_UNSUPPORTED): Remove macro (moved to GRUB). --- diff --git a/ChangeLog b/ChangeLog index 5e948edc0..6cfb70a6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-07 Robert Millan + + * doc/multiboot.h (MULTIBOOT_UNSUPPORTED): Remove macro (moved to + GRUB). + 2010-01-03 Robert Millan Install multiboot.h system-wide. diff --git a/doc/multiboot.h b/doc/multiboot.h index 587f50832..da7afd9b3 100644 --- a/doc/multiboot.h +++ b/doc/multiboot.h @@ -31,9 +31,6 @@ /* This should be in %eax. */ #define MULTIBOOT_BOOTLOADER_MAGIC 0x2BADB002 -/* The bits in the required part of flags field we don't support. */ -#define MULTIBOOT_UNSUPPORTED 0x0000fffc - /* Alignment of multiboot modules. */ #define MULTIBOOT_MOD_ALIGN 0x00001000