Deleted Added
full compact
Makefile (128722) Makefile (128725)
1# $FreeBSD: head/sys/boot/i386/boot0/Makefile 128722 2004-04-28 20:49:17Z ru $
1# $FreeBSD: head/sys/boot/i386/boot0/Makefile 128725 2004-04-28 21:31:21Z ru $
2
2
3PROG= ${BOOT}
4INTERNALPROG=
5FILES= ${BOOT}
3PROG?= boot0
4STRIP=
5BINMODE=${NOBINMODE}
6NOMAN=
6NOMAN=
7SRCS= ${BOOT}.S
7SRCS= ${PROG}.S
8
8
9BOOT?= boot0
10
11# The default set of flags compiled into boot0. This enables update (writing
12# the modified boot0 back to disk after running so that the selection made is
13# saved), packet mode (detect and use the BIOS EDD extensions if we try to
14# boot past the 1024 cylinder liimt), and booting from all valid slices.
15BOOT_BOOT0_FLAGS?= 0xf
16
17# The number of timer ticks to wait for a keypress before assuming the default
18# selection. Since there are 18.2 ticks per second, the default value of

--- 20 unchanged lines hidden ---
9# The default set of flags compiled into boot0. This enables update (writing
10# the modified boot0 back to disk after running so that the selection made is
11# saved), packet mode (detect and use the BIOS EDD extensions if we try to
12# boot past the 1024 cylinder liimt), and booting from all valid slices.
13BOOT_BOOT0_FLAGS?= 0xf
14
15# The number of timer ticks to wait for a keypress before assuming the default
16# selection. Since there are 18.2 ticks per second, the default value of

--- 20 unchanged lines hidden ---