diff --git a/ChangeLog b/ChangeLog index 3c02678f6..cc73734d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-31 Robert Millan + + * loader/i386/pc/multiboot.c: Update comment not to say that a.out + or memory map support are unimplemented. + 2008-08-31 Colin D Bennett * util/i386/pc/grub-mkrescue.in: Support multiple overlay directories. diff --git a/loader/i386/pc/multiboot.c b/loader/i386/pc/multiboot.c index fe8a1e9c1..895811378 100644 --- a/loader/i386/pc/multiboot.c +++ b/loader/i386/pc/multiboot.c @@ -21,10 +21,8 @@ * FIXME: The following features from the Multiboot specification still * need to be implemented: * - VBE support - * - a.out support * - boot device * - symbol table - * - memory map * - drives table * - ROM configuration table * - APM table