NetBSD/sys/arch/atari/stand/xxboot/MILAN_LOADADDR
leo f480231679 usr/mdec reorg for Milan support.
Note that installboot needs reworking too. Installing bootblocks on -current
is no longer possible until this is done.
nolonger
2003-05-23 21:56:34 +00:00

6 lines
233 B
Plaintext

# $NetBSD: MILAN_LOADADDR,v 1.1 2003/05/23 21:56:37 leo Exp $
LOADADDR= 0x120000 # Load address of 2nd level boot
LOADADDR3= 0x128000 # Load address of 3rd level boot
CPPFLAGS+= -DLOADADDR="${LOADADDR}" -DLOADADDR3="${LOADADDR3}"