blob: 998c69f16a47b33eb1694e8b2ab7ebe4832b6215 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.3 2001/01/13 05:19:00 smurph Exp $
MDEC_DIR?=/usr/mdec
# Load addresses for first and second stage bootstraps
STAGE1_RELOC=0x001F0000
STAGE2_RELOC=0x00AF0000
|