From 25c065e3fb0f3cf72fd4ccd77fbb5f3b9bf41e5d Mon Sep 17 00:00:00 2001 From: YASUOKA Masahiko Date: Wed, 2 Sep 2015 04:09:25 +0000 Subject: Bring the boot changes on amd64 to i386. alloca is deleted. Also fix the boot from BIOS and bump the version. input and ok deraadt --- sys/arch/i386/stand/cdboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand/cdboot/Makefile') diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index a25af88214f..6306887a728 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2014/07/15 22:14:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.24 2015/09/02 04:09:24 yasuoka Exp $ MAN= cdboot.8 @@ -17,7 +17,7 @@ BINMODE=644 CLEANFILES+= crt0.o ${PROG}.whole .PATH: ${SADIR}/libsa -SRCS+= alloca.S debug_i386.S gidt.S random_i386.S +SRCS+= debug_i386.S gidt.S random_i386.S SRCS+= cmd_i386.c dev_i386.c exec_i386.c gateA20.c machdep.c SRCS+= apmprobe.c bioscons.c biosdev.c debug.c diskprobe.c memprobe.c \ pciprobe.c ps2probe.c time.c -- cgit v1.2.3