summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-27 00:18:03 +0000
committerobrien <obrien@FreeBSD.org>2004-08-27 00:18:03 +0000
commit878483bef2ba8584138f0acac5145affaba34958 (patch)
treedf8d3070c1770f28e0e43ffc8233091e7ecdc4c2 /sys
parent0fd3e9eb56be2620350465b205f67aaee14318b1 (diff)
downloadFreeBSD-src-878483bef2ba8584138f0acac5145affaba34958.zip
FreeBSD-src-878483bef2ba8584138f0acac5145affaba34958.tar.gz
In conjunction with having boot0cfg(8) default boot0 to packet mode.
Submitted by: Tor.Egge@cvsup.no.freebsd.org
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/boot0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile
index 40ebc8f..6b767d0 100644
--- a/sys/boot/i386/boot0/Makefile
+++ b/sys/boot/i386/boot0/Makefile
@@ -10,7 +10,7 @@ SRCS= ${PROG}.S
# the modified boot0 back to disk after running so that the selection made is
# saved), packet mode (detect and use the BIOS EDD extensions if we try to
# boot past the 1024 cylinder liimt), and booting from all valid slices.
-BOOT_BOOT0_FLAGS?= 0xf
+BOOT_BOOT0_FLAGS?= 0x8f
# The number of timer ticks to wait for a keypress before assuming the default
# selection. Since there are 18.2 ticks per second, the default value of
OpenPOWER on IntegriCloud