On Monday 15 August 2005 17:52, Vesa Jääskeläinen wrote:
> Now only problem is what is the best location for vbe.c that would
> contain helper functions for modules that needs VBE. Currently I have it
> in term/i386/pc/vbe.c but is there better location for this?

It would be better to create a new directory. video/i386/pc/vbe.c?

> And is 
> GRUB_MOD_INIT and GRUB_MOD_FINI mandory as I do not have need for those
> in this module? Seems to work without them.

No. If you don't need to use them, you do not need to define them.

> Is the file include/grub/i386/pc/vbe.h correct place to put function
> prototypes?

Yes.

> Is directory commands/i386/pc/ correct place for commands vbe_list_modes
> and vbe_test?

Yes.

Okuji


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

Reply via email to