summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-08-31 06:11:26 +0000
committerphk <phk@FreeBSD.org>1997-08-31 06:11:26 +0000
commit2fd4aa4ddff6800e1a692d84c9a3fbf1ef3df97a (patch)
tree7808160d1e747d527192b16f9285a6a3ffc64cf8 /sys/i386/boot/biosboot/Makefile
parent6152eccaa461fa864aad3ef2b61daed5e1d29c2f (diff)
downloadFreeBSD-src-2fd4aa4ddff6800e1a692d84c9a3fbf1ef3df97a.zip
FreeBSD-src-2fd4aa4ddff6800e1a692d84c9a3fbf1ef3df97a.tar.gz
Remove pbzero(), things we load zero their own bss.
Make VESA_SUPPORT default
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 5c7871e..0c7fd9c 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.58 1997/07/31 08:07:53 phk Exp $
+# $Id: Makefile,v 1.59 1997/07/31 11:30:30 phk Exp $
#
PROG= boot
@@ -13,7 +13,7 @@ CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -DDO_BAD144
-#CFLAGS+= -DVESA_SUPPORT
+CFLAGS+= -DVESA_SUPPORT
CFLAGS+= -I${.CURDIR}/../../..
CFLAGS+= ${CWARNFLAGS}
OpenPOWER on IntegriCloud