[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #510] Multiboot Specification 0.7 is not finished yet
From: |
anonymous |
Subject: |
[bug #510] Multiboot Specification 0.7 is not finished yet |
Date: |
Wed, 27 Apr 2005 12:04:44 +0000 |
User-agent: |
Dillo/0.8.4 |
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #510] Multiboot Specification 0.7 is not finished yet,
anonymous <=