diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-21 15:51:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-21 15:51:44 +0000 |
| commit | e7c9a3d9f6c2f80ae5da4e94bf5f13fd7889b555 (patch) | |
| tree | 4912b2e1ce21a6f9ed1e1ee23f23d14a41504911 | |
| parent | 9445266f88a01021ad2370d9788e6cb848f67d41 (diff) | |
Notes
| -rw-r--r-- | sys/boot/i386/boot0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
