From 643fdea67cc6ba1bd757567d352506e5b944835d Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 12 Aug 1997 19:24:59 +0000 Subject: call BIOS inline (add struct EDD_cb into biosvar.h) --- sys/arch/i386/stand/libsa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand/libsa/Makefile') diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index d0158588149..b0f36fda0c5 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 1997/08/12 19:05:57 mickey Exp $ +# $OpenBSD: Makefile,v 1.20 1997/08/12 19:24:56 mickey Exp $ LIB= sa @@ -13,7 +13,7 @@ DIR_KERN=$S/lib/libkern #AS+= -a # i386 stuff (so, it will possibly load in the same 64k) -SRCS= unixsys.S bioscom.S biosdisk.S bioskbd.S gidt.S \ +SRCS= unixsys.S bioscom.S bioskbd.S gidt.S \ debug_i386.S dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c \ time.c alloca.S apm_init.S machdep.c -- cgit v1.2.3