From e7c9a3d9f6c2f80ae5da4e94bf5f13fd7889b555 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 21 Apr 2005 15:51:44 +0000 Subject: MFC: rev 1.30: default boot0 to packet mode. --- sys/boot/i386/boot0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index 40ebc8fa058a..6b767d012642 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 -- cgit v1.3