From 21751d508aad72611e710b423403e8f5ea38de8b Mon Sep 17 00:00:00 2001 From: robertmh Date: Sun, 31 Aug 2008 19:25:41 +0000 Subject: [PATCH] 2008-08-31 Robert Millan * loader/i386/pc/multiboot.c: Update comment not to say that boot_device support is unimplemented. --- ChangeLog | 5 +++++ loader/i386/pc/multiboot.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc73734d4..5fa24cd97 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 + boot_device support is unimplemented. + 2008-08-31 Robert Millan * loader/i386/pc/multiboot.c: Update comment not to say that a.out diff --git a/loader/i386/pc/multiboot.c b/loader/i386/pc/multiboot.c index 895811378..b64e2b7dc 100644 --- a/loader/i386/pc/multiboot.c +++ b/loader/i386/pc/multiboot.c @@ -21,7 +21,6 @@ * FIXME: The following features from the Multiboot specification still * need to be implemented: * - VBE support - * - boot device * - symbol table * - drives table * - ROM configuration table