summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-09-20 22:25:00 +0000
committeradam <adam@FreeBSD.org>1994-09-20 22:25:00 +0000
commit516108a214d464c523685f3be2bbc4169dee95d2 (patch)
treeef1eff8c82ddd6cc2cdf42ea581cc5f36de91bfa /sys/i386/boot/biosboot/Makefile
parent599e28bed91ab66192fb00aad80497c4eb28fab0 (diff)
downloadFreeBSD-src-516108a214d464c523685f3be2bbc4169dee95d2.zip
FreeBSD-src-516108a214d464c523685f3be2bbc4169dee95d2.tar.gz
Better documentation, 1ms calibration, default 5 seconds BOOTWAIT
Reviewed by: adam Submitted by: rgrimes
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 30ef810..568fec9 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -20,7 +20,7 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
-# $Id: Makefile,v 1.14 1994/09/18 19:10:11 swallace Exp $
+# $Id: Makefile,v 1.15 1994/09/19 19:54:49 adam Exp $
#
wd0:
@@ -32,9 +32,9 @@ wd0:
NOPROG= noprog
NOMAN= noman
-# tunable loopcount parameter, waiting for keypress (*1/100s)
-BOOTWAIT?= 1000
-
+# tunable timeout parameter, waiting for keypress, calibrated in mS
+BOOTWAIT?= 5000
+
CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc
INC= -I${.CURDIR}/../..
OpenPOWER on IntegriCloud