summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-07-09 02:28:20 +0000
committerjulian <julian@FreeBSD.org>1996-07-09 02:28:20 +0000
commit1fe8db25ff0115367f48d7f665feda412b9f2f4b (patch)
treefe5cfe9d169d1394f3f5e16402e787ed395e0501 /sys/i386/boot/biosboot/Makefile
parent2af557a75972b999d7059463383272886ec9c2b3 (diff)
downloadFreeBSD-src-1fe8db25ff0115367f48d7f665feda412b9f2f4b.zip
FreeBSD-src-1fe8db25ff0115367f48d7f665feda412b9f2f4b.tar.gz
make the NAMEBLOCK changes conditional on that preprocessor variable,
and add more documentation of the option in the Makefile also CORRECT the variable mentioned in the README.
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index d5cb29b..c3ca8d3 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.39 1996/04/07 14:27:55 bde Exp $
+# $Id: Makefile,v 1.40 1996/05/11 04:27:23 bde Exp $
#
PROG= boot
@@ -20,6 +20,11 @@ CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
# PROBE_KEYBOARD is defined).
#CFLAGS+= -DFORCE_COMCONSOLE
+# Enable code to take the default boot string from a fixed location on the
+# disk.. see nextboot(8) and README.386BSD for more info
+#CFLAGS+= -DNAMEBLOCK
+#CFLAGS+= -DNAMEBLOCK_WRITEBACK
+
# Bias the conversion from the BIOS drive number to the FreeBSD unit number
# for hard disks. This may be useful for people booting in a mixed IDE/SCSI
# environment (set BOOT_HD_BIAS to the number of IDE drives).
OpenPOWER on IntegriCloud