blob: 5404d746abb8c7c192533dd4a84a8bf0d3a6b866 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.inc,v 1.1 2001/06/26 21:57:58 smurph Exp $
MDEC_DIR?=/usr/mdec
# Load addresses for first and second stage bootstraps
STAGE1_RELOC=4000
STAGE2_RELOC=6000
STAGE3_RELOC=6000
|