Detach optional parts of gfxterm and integrate in with coreboot init.
This commit is contained in:
parent
6570b2050e
commit
fc4c4fddf6
26 changed files with 410 additions and 317 deletions
|
@ -1,3 +1,13 @@
|
|||
#define MODE_MDA 1
|
||||
#include "vga_text.c"
|
||||
|
||||
GRUB_MOD_INIT(mda_text)
|
||||
{
|
||||
grub_term_register_output ("mda_text", &grub_vga_text_term);
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(mda_text)
|
||||
{
|
||||
grub_term_unregister_output (&grub_vga_text_term);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue