summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-11-05 20:52:25 +0000
committerrnordier <rnordier@FreeBSD.org>1998-11-05 20:52:25 +0000
commitb975f40fac11caca651c2bb4f4e08640381fcf8f (patch)
tree855f3064316e9b731e497f2053a3d068c28d1496 /sys/boot/i386/gptboot
parente9582417392ed244d57d8d625ab335a3589831fe (diff)
downloadFreeBSD-src-b975f40fac11caca651c2bb4f4e08640381fcf8f.zip
FreeBSD-src-b975f40fac11caca651c2bb4f4e08640381fcf8f.tar.gz
Make use of BIOS int 0x13 extensions configurable, and disabled
by default.
Diffstat (limited to 'sys/boot/i386/gptboot')
-rw-r--r--sys/boot/i386/gptboot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index d0d5fef..b7823bf 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/10/15 22:08:13 rnordier Exp $
+# $Id: Makefile,v 1.8 1998/10/20 20:20:48 rnordier Exp $
PROG= boot2
NOMAN=
@@ -11,6 +11,7 @@ CLEANFILES+= boot1 boot1.out boot1.o \
M4?= m4
+B1INT13X?= 0
B2SIOPRT?= 0x3f8
B2SIOFMT?= 0x3
B2SIODIV?= 0xc
@@ -41,7 +42,7 @@ boot1.out: boot1.o
${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
boot1.o: boot1.m4 boot1.s
- (cd ${.CURDIR}; ${M4} boot1.m4 boot1.s) | \
+ (cd ${.CURDIR}; ${M4} -DFLAGS=${B1INT13X} boot1.m4 boot1.s) | \
${AS} ${AFLAGS} -o ${.TARGET}
boot2: boot2.ldr boot2.bin
OpenPOWER on IntegriCloud