adrian15 <[EMAIL PROTECTED]> writes:

> adrian15 escribió:
>> 1st) Where to save an array?
>> =============================
>>
>>     If I mimic the grub legacy map command I need to save an array with the
>> map definitions.
>>
>>     static unsigned short bios_drive_map[DRIVE_MAP_SIZE + 1];
>>         So that each time I call something like:
>>     map (hd0) (hd1)
>>     it modifies this vector.
>>
>> Any example on where should I define this vector so that I can use it
>> from each command ?
>
> I ask the question again.

What is this vector supposed to do?  Do you really need it outside
map.c?

Can you describe the design of the map command?

--
Marco




_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to