diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-05 20:37:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-05 20:37:38 +0000 |
commit | 8c9eefed87d5d31df088eb85832e8387bfb0a933 (patch) | |
tree | fcc2d36b77a77e24df21db75f96aa2380c0b8e15 /sys/arch/mvme68k/stand | |
parent | 215360d5278a9a8580d1fbcaefac9c86403b93eb (diff) |
Decrease first stage loader boot address. Makes memory-challenged
mvme boards able to boot from disk.
Diffstat (limited to 'sys/arch/mvme68k/stand')
-rw-r--r-- | sys/arch/mvme68k/stand/bootxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/bootxx/Makefile b/sys/arch/mvme68k/stand/bootxx/Makefile index fe03b598eb6..2f0ec26980d 100644 --- a/sys/arch/mvme68k/stand/bootxx/Makefile +++ b/sys/arch/mvme68k/stand/bootxx/Makefile @@ -1,7 +1,7 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.5 1999/09/27 03:04:07 smurph Exp $ +# $OpenBSD: Makefile,v 1.6 2001/08/05 20:37:37 miod Exp $ -RELOC=0x1F0000 +RELOC=0x10000 S= ${.CURDIR}/../../../.. DEFS= |