david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 9a5b4aed69 [bios] Use INT 16,11 instead of INT 16,01 to check for keystrokes
INT 16,01 will discard some extended keystrokes on some BIOSes, making
it impossible for iPXE to detect keypresses such as F12.  Fix by using
INT 16,11 instead.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-03-10 22:50:05 +00:00
..
arch [bios] Use INT 16,11 instead of INT 16,01 to check for keystrokes 2011-03-10 22:50:05 +00:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [syslog] Add support for sending console output to a syslog server 2011-03-10 05:36:31 +00:00
core [console] Move include/console.h to include/ipxe/console.h 2011-03-09 20:09:26 +00:00
crypto [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 2010-12-03 23:38:15 +00:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [console] Move include/console.h to include/ipxe/console.h 2011-03-09 20:09:26 +00:00
hci [console] Move include/console.h to include/ipxe/console.h 2011-03-09 20:09:26 +00:00
image [script] Allow scripts to be replaced 2011-03-09 17:32:32 +00:00
include [syslog] Add support for sending console output to a syslog server 2011-03-10 05:36:31 +00:00
interface [console] Move include/console.h to include/ipxe/console.h 2011-03-09 20:09:26 +00:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [syslog] Add support for sending console output to a syslog server 2011-03-10 05:36:31 +00:00
tests [bofm] Add offline BOFM test facility 2011-03-02 23:58:43 +00:00
usr [console] Move include/console.h to include/ipxe/console.h 2011-03-09 20:09:26 +00:00
util [fnrec] Enhance function recording 2010-12-09 13:11:27 +00:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00
Makefile [bofm] Add core BOFM library 2011-03-02 23:58:43 +00:00
Makefile.housekeeping [build] Allow DEBUG=... to affect builds of assembler source files 2011-03-01 14:18:35 +00:00