summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/Makefile
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-09-19 19:54:49 +0000
committeradam <adam@FreeBSD.org>1994-09-19 19:54:49 +0000
commitb804a3e757ee17bd3aa1e7a91477bdb6e89d1a0b (patch)
treee95028d3349429f405cc350a5f8c97e99f045a9c /sys/i386/boot/Makefile
parent20327548ff16038e16be7b65b1afd9d6a3a6f3d3 (diff)
downloadFreeBSD-src-b804a3e757ee17bd3aa1e7a91477bdb6e89d1a0b.zip
FreeBSD-src-b804a3e757ee17bd3aa1e7a91477bdb6e89d1a0b.tar.gz
Default wait approx 10 seconds for keypress during boot
Added comment about multiplication factor
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r--sys/i386/boot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index 53ef3ef..30ef810 100644
--- a/sys/i386/boot/Makefile
+++ b/sys/i386/boot/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.13 1994/09/18 07:39:53 swallace Exp $
+# $Id: Makefile,v 1.14 1994/09/18 19:10:11 swallace Exp $
#
wd0:
@@ -32,8 +32,8 @@ wd0:
NOPROG= noprog
NOMAN= noman
-# tunable loopcount parameter, waiting for keypress
-BOOTWAIT?= 2400
+# tunable loopcount parameter, waiting for keypress (*1/100s)
+BOOTWAIT?= 1000
CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc
OpenPOWER on IntegriCloud