From df6eb305d1f7d2182908f2a815685f364f418467 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Thu, 7 Jan 2010 19:56:22 +0000 Subject: [PATCH] 2010-01-07 Robert Millan * doc/multiboot.h (MULTIBOOT_UNSUPPORTED): Remove macro (moved to GRUB). --- ChangeLog | 5 +++++ doc/multiboot.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.47.2