Implement XEN VFB support.
This commit is contained in:
parent
60d1dd3d72
commit
71669c3b76
14 changed files with 937 additions and 9 deletions
|
@ -114,8 +114,8 @@ static struct grub_term_output grub_console_term_output = {
|
|||
void
|
||||
grub_console_init (void)
|
||||
{
|
||||
grub_term_register_input ("console", &grub_console_term_input);
|
||||
grub_term_register_output ("console", &grub_console_term_output);
|
||||
grub_term_register_input_active ("console", &grub_console_term_input);
|
||||
grub_term_register_output_active ("console", &grub_console_term_output);
|
||||
|
||||
grub_terminfo_init ();
|
||||
grub_terminfo_output_register (&grub_console_term_output, "vt100-color");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue