summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-04-17 12:06:07 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-04-17 12:06:07 +0000
commitf6e9b0d3337acc7e04f97e6a33e4f752dd862498 (patch)
tree9c9439f4940c336c4322405a7b229678bb7b43cf /sys/arch/i386
parent9bd0a45fb06ebabf147172ab82816f849ec167a5 (diff)
there is no reason to keep both around. just rename
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/boot/Makefile4
-rw-r--r--sys/arch/i386/stand/libsa/libsa.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index d3b62e77fb3..b1a561acf2c 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.30 2003/04/17 03:43:18 drahn Exp $
+# $OpenBSD: Makefile,v 1.31 2003/04/17 12:06:05 mickey Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -20,7 +20,7 @@ CLEANFILES+= crt0.o
SRCS= srt0.S
.endif
-SRCS+= boot_loadfile.c cmd.c vars.c bootarg.c conf.c
+SRCS+= boot.c cmd.c vars.c bootarg.c conf.c
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h
index fb09f037ff5..e3b54327f80 100644
--- a/sys/arch/i386/stand/libsa/libsa.h
+++ b/sys/arch/i386/stand/libsa/libsa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: libsa.h,v 1.36 2003/04/17 03:43:19 drahn Exp $ */
+/* $OpenBSD: libsa.h,v 1.37 2003/04/17 12:06:06 mickey Exp $ */
/*
* Copyright (c) 1996-1999 Michael Shalayeff
@@ -36,7 +36,7 @@
#define EXEC_ELF
-#define DEFAULT_KERNEL_ADDRESS 0x100000
+#define DEFAULT_KERNEL_ADDRESS 0
void gateA20(int);