NetBSD/sys/arch/i386/stand
mycroft 7ecc7a3071 Make awaitkey() poll once even if the timeout is 0. This also fixes a problem
where a keypress within the last polling interval would not be noticed.
Add a new function, conisshift(), which is used to detect whether a shift key
is pressed.  Use this via awaitkey() to allow interrupting the boot by holding
down shift (similar to LILO).

This allows setting the timeout to 0 and still being able to use the boot
program.
2005-01-27 18:20:45 +00:00
..
boot include sys/types.h to make this compile again. 2004-11-25 08:30:52 +00:00
bootxx Fix comment, code is requesting CHS geometry, not max LBA sector 2005-01-17 21:28:51 +00:00
dosboot remove license clauses 3 and 4 from my cpoyright notices 2004-03-24 16:34:29 +00:00
genprom
lib Make awaitkey() poll once even if the timeout is 0. This also fixes a problem 2005-01-27 18:20:45 +00:00
libsa
mbr Need %ah == 0 (not 0xff) in order to find the correct partition table entry 2004-09-12 08:41:47 +00:00
misc Let's try that again... one comes from .CURDIR, another set of files 2004-04-03 18:18:21 +00:00
netboot remove license clauses 3 and 4 from my cpoyright notices 2004-03-24 16:46:27 +00:00
pxeboot Rename bootparams to boot_params for consistency. 2004-08-19 10:34:36 +00:00
pxeboot_com0
Makefile
Makefile.booters Use CPUFLAGS for codegen options. 2004-09-06 23:41:21 +00:00
Makefile.inc