summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-12-18 19:14:19 +0000
committerbde <bde@FreeBSD.org>1994-12-18 19:14:19 +0000
commit761d6c11bdaeaa61befd4a9481f13b314f0fa34f (patch)
treef09d253b3f7978fb50e1cb3270242402307bf88e /sys/i386/boot/biosboot/Makefile
parent30a0fe9c6678c8a036489ab7a1158bc052d2cf77 (diff)
downloadFreeBSD-src-761d6c11bdaeaa61befd4a9481f13b314f0fa34f.zip
FreeBSD-src-761d6c11bdaeaa61befd4a9481f13b314f0fa34f.tar.gz
Pass the slice number of the boot device to the kernel in the previously
unused bitfields for the adaptor and the controller. It should go in the bitfield for the partition but that would not be backwards compatible.
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 15a2e30..d147e75 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1994/10/28 07:54:13 rgrimes Exp $
+# $Id: Makefile,v 1.22 1994/11/05 21:06:16 ache Exp $
#
PROG= boot
@@ -7,7 +7,7 @@ SRCS= start.S table.c boot2.S boot.c asm.S bios.S io.c disk.c sys.c
BINDIR= /usr/mdec
BINMODE= 444
-CFLAGS= -O -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT}
+CFLAGS= -O -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../..
CLEANFILES+= boot.nohdr boot.strip boot1 boot2
OpenPOWER on IntegriCloud