diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-27 21:13:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-27 21:13:52 +0000 |
commit | 0082a1189685f6c92fba9eceafb52763e1d1af1f (patch) | |
tree | 7d7f0d08aa7a1f35f6a7e1543368c2c6b60863c7 | |
parent | f61afed8fab329384a2bf57babc4d9b42a04f011 (diff) |
Move the boot loader relocation address higher, for full-featured
(GENERIC) kernel to fit. ``experienced by'' & ok smurph@
-rw-r--r-- | sys/arch/mvme88k/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/Makefile.inc b/sys/arch/mvme88k/stand/Makefile.inc index 998c69f16a4..5a0216193f1 100644 --- a/sys/arch/mvme88k/stand/Makefile.inc +++ b/sys/arch/mvme88k/stand/Makefile.inc @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.3 2001/01/13 05:19:00 smurph Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2001/03/27 21:13:51 miod Exp $ MDEC_DIR?=/usr/mdec # Load addresses for first and second stage bootstraps -STAGE1_RELOC=0x001F0000 +STAGE1_RELOC=0x009F0000 STAGE2_RELOC=0x00AF0000 |