summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-07-31 08:07:54 +0000
committerphk <phk@FreeBSD.org>1997-07-31 08:07:54 +0000
commit6d1ddc2e2dee48d853bb19c4bbc9fb72139742c7 (patch)
treea89e65b194e8335fecd0eef3256c396db81e2c29 /sys/i386/boot/biosboot/Makefile
parent29728add12d02d8c9c21274b640d1f31e730cf55 (diff)
downloadFreeBSD-src-6d1ddc2e2dee48d853bb19c4bbc9fb72139742c7.zip
FreeBSD-src-6d1ddc2e2dee48d853bb19c4bbc9fb72139742c7.tar.gz
Add support for booting in VESA 0x102 videomode. Corresponding patches to
syscons are being reviewed by sos.
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 3344134..de820a8 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.56 1997/04/25 19:37:58 bde Exp $
+# $Id: Makefile,v 1.57 1997/06/09 05:10:54 bde Exp $
#
PROG= boot
@@ -10,7 +10,8 @@ BINDIR= /usr/mdec
BINMODE= 444
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-mno-486 \
- -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
+ -DVESA_SUPPORT -DDO_BAD144 \
+ -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR}/../../..
CFLAGS+= ${CWARNFLAGS}
OpenPOWER on IntegriCloud