blob: 93a7e80ed0a38d7ce3b41218529d9e33dc7ccf99 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.inc,v 1.9 2005/12/30 02:03:49 millert Exp $
MDEC_DIR?=/usr/mdec
CFLAGS+= -fno-stack-protector -mmemcpy
# Load addresses for first and second stage bootstraps
STAGE1_RELOC=0x009F0000
STAGE2_RELOC=0x00AF0000
|