Re: [ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread Ben Hildred
I always thought the control-x should have been Esc, the tab and watchdog timer change ideas are not good but the control-c could be argued either way. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/38#issuecomment-124626312_

Re: [ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread Michael Brown
Closed #38. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/38#event-364741516___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Re: [ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread Michael Brown
As discussed on IRC, this is not a suitable fix to work around broken UEFI firmwares that don't understand the Ctrl key. We deliberately leave the watchdog running; if we unconditionally disable it then that would defeat the entire purpose of the watchdog timer. --- Reply to this email directly

[ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread John Clark
short term fix until keyboard subs can be fixed You can view, comment on, or merge this pull request online at: https://github.com/ipxe/ipxe/pull/38 -- Commit Summary -- * Update settings_ui.c * Update efi_init.c -- File Changes -- M src/hci/tui/settings_ui.c (12) M src/interface

[ipxe-devel] Compile Warning/ Error: core/xferbuf.c:312: error value computed is not used make: *** [bin/xferbuf.o] Error 1

2015-07-24 Thread Matthew Helton
Commit: 2b15ae55073dfbaf66dbbb41ebe804a16cf47f1e cc1: warning being treated as errors core/xferbuf.c: In function 'xfer_buffer': core/xferbuf.c:312: error: value computed is not used make: *** [bin/xferbuf.o] Error 1 -- There is never time enough to do it right, but there always seems to be eno