grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/2] Add efitextmode command


From: Glenn Washburn
Subject: [PATCH v2 0/2] Add efitextmode command
Date: Fri, 13 May 2022 12:54:10 -0500

Updates since v1:
* Update documentation language as suggested by Paul

This patch add the efitextmode command which is used for showing all
available text output modes and setting a specific mode. Its basically the
equivalent of the EFI Shell's "mode" command and its output looks similar.
The main difference is that its shows the mode number in the listing and
takes a mode number when setting the mode. As a convenience, it can take
arguments "min" or "max" to set to the minimum or maximum mode.

Glenn

Glenn Washburn (2):
  efi: Add efitextmode command for getting/setting the text mode
    resolution
  docs: Document efitextmode command

 docs/grub.texi                       |  26 ++++++
 grub-core/Makefile.core.def          |   6 ++
 grub-core/commands/efi/efitextmode.c | 118 +++++++++++++++++++++++++++
 3 files changed, 150 insertions(+)
 create mode 100644 grub-core/commands/efi/efitextmode.c

-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]