Robert,
Is there anything specific that I need to know with respect to where the Multiboot table ends up? If you could give me memory ranges that are acceptable, that would be great. Should it be in the high tables area as well?
Thanks, Myles
On Thu, May 14, 2009 at 10:17:48AM -0600, Myles Watson wrote:
Robert,
Is there anything specific that I need to know with respect to where the Multiboot table ends up? If you could give me memory ranges that are acceptable, that would be great. Should it be in the high tables area as well?
You shouldn't rely on any specific location, the loader only garantees that %ebx points to the MBI, see:
http://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-inform...
On Thu, May 14, 2009 at 12:33 PM, Robert Millan rmh@aybabtu.com wrote:
On Thu, May 14, 2009 at 10:17:48AM -0600, Myles Watson wrote:
Robert,
Is there anything specific that I need to know with respect to where the Multiboot table ends up? If you could give me memory ranges that are acceptable, that would be great. Should it be in the high tables area as well?
You shouldn't rely on any specific location, the loader only garantees that %ebx points to the MBI, see:
http://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-inform...
Thanks for the quick response.
Myles