repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
atari
/
stand
/
xxboot
/
STD_LOADADDR
blob
c99af48a78c5e52b721456fbf4d02783454c655b
1
# $NetBSD: LOADADDR,v 1.1.1.1 1996/02/29 11:36:48 leo Exp $
2
3
LOADADDR= 0x20000 # Load address of 2nd level boot
4
LOADADDR3= 0x28000 # Load address of 3rd level boot
5
CPPFLAGS+= -DLOADADDR="${LOADADDR}" -DLOADADDR3="${LOADADDR3}"