First try at generating grub-emu from modules
This commit is contained in:
parent
009ec74317
commit
909301af11
23 changed files with 209 additions and 106 deletions
|
@ -476,7 +476,7 @@ static struct grub_video_bitmap_reader tga_reader = {
|
|||
.next = 0
|
||||
};
|
||||
|
||||
GRUB_MOD_INIT(video_reader_tga)
|
||||
GRUB_MOD_INIT(tga)
|
||||
{
|
||||
grub_video_bitmap_reader_register (&tga_reader);
|
||||
#if defined(TGA_DEBUG)
|
||||
|
@ -485,7 +485,7 @@ GRUB_MOD_INIT(video_reader_tga)
|
|||
#endif
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(video_reader_tga)
|
||||
GRUB_MOD_FINI(tga)
|
||||
{
|
||||
#if defined(TGA_DEBUG)
|
||||
grub_unregister_command ("tgatest");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue