blob: 5a0216193f15d9c244e86b478eb937d5faa230c5 (
plain)
1
2
3
4
5
6
7
8
9
|
# $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=0x009F0000
STAGE2_RELOC=0x00AF0000
|