[ipxe-devel] [PATCH 0/2] Support platforms that do not process the CTRL key
bazz at cs.umb.edu
bazz at cs.umb.edu
Sat May 23 15:02:40 UTC 2015
iPXE does not function properly on platforms that do not support the CTRL key.
An example of such a platform is the Apple Macbook Pro (2009). This patchset
provides core functionality on these unsupported platforms.
Issues Solved:
* When booting into iPXE, CTRL-B does not cancel autoboot and spawn a shell.
* When in the 'config' command menu, cannot exit the menu (CTRL-X) or clear
and delete entries.
This patch series solves these problems.
In the 'config' menu, it provides backwards support to the old keys.
There may exist other unpatched sections of iPXE that use the CTRL keys.
Michael J. Bazzinotti (2):
[autoboot] Support platforms which don't process the CTRL key
[config] Support platforms which do not process the CTRL key
src/hci/tui/settings_ui.c | 9 ++++++---
src/usr/autoboot.c | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
--
2.3.6
More information about the ipxe-devel
mailing list