mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
efi_console: Stay inline with the UEFI spec
The UEFI spec states that the minimum garunteed terminal resolution is 80x25. Signed-off-by: Ahmad Khalifa <ahmadkhalifa570@gmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1292
This commit is contained in:
parent
4122295afc
commit
3b68c491d3
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ void HO(void);
|
|||
void end_term(void);
|
||||
#endif
|
||||
|
||||
#define TEXT_ROWS 24
|
||||
#define TEXT_ROWS 25
|
||||
#define TEXT_COLS 80
|
||||
|
||||
static tf_bell_t efi_cons_bell;
|
||||
|
|
|
|||
Loading…
Reference in a new issue