Follow-up Comment #1, bug #510 (project grub):

Can the sample code for a multiboot kernel be fixed too?  There are at least
two changes necessary to kernel.c, the second of which caused me much
annoyance when trying to build a multiboot-compliant loader:

diff  old/kernel.c new/kernel.c 
18c18
< #include <multiboot.h>
---
> #include "multiboot.h"
96c96
<          i++, mod += sizeof (module_t))
---
>          i++, mod++)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=510>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to