* grub-core/term/arc/console.c: Assume that console is 80x24 vt100 if
it's serial.
This commit is contained in:
parent
1a25e72cf6
commit
d1989e2e1d
3 changed files with 80 additions and 4 deletions
|
@ -210,7 +210,7 @@ struct grub_arc_firmware_vector
|
|||
grub_arc_err_t (*seek) (grub_arc_fileno_t fileno,
|
||||
grub_arc_ularge_t *pos, grub_arc_enum_t mode);
|
||||
void *mount;
|
||||
void *getenvironmentvariable;
|
||||
const char * (*getenvironmentvariable) (const char *name);
|
||||
void *setenvironmentvariable;
|
||||
|
||||
/* 0x80. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue