diff options
| author | leo <leo@NetBSD.org> | 2001-10-13 19:55:07 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 2001-10-13 19:55:07 +0000 |
| commit | dc6d9bae0d33bda0074eaec50cc18acbdd401dbb (patch) | |
| tree | 39a85ca79ace77b4c5d642c66be65d96eb2dde75 /sys/arch/atari | |
| parent | 95d16475fcc3835fa40446fb2e6bf69df08c0a78 (diff) | |
Add an address for the 3rd level boot.
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/stand/xxboot/LOADADDR | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/atari/stand/xxboot/LOADADDR b/sys/arch/atari/stand/xxboot/LOADADDR index 8e91e3bedf9..40a03871810 100644 --- a/sys/arch/atari/stand/xxboot/LOADADDR +++ b/sys/arch/atari/stand/xxboot/LOADADDR @@ -1,4 +1,5 @@ -# $NetBSD: LOADADDR,v 1.1.1.1 1996/02/29 11:36:48 leo Exp $ +# $NetBSD: LOADADDR,v 1.2 2001/10/13 19:55:07 leo Exp $ -LOADADDR= 0x20000 -CPPFLAGS+= -DLOADADDR="${LOADADDR}" +LOADADDR= 0x20000 # Load address of 2nd level boot +LOADADDR3= 0x28000 # Load address of 3rd level boot +CPPFLAGS+= -DLOADADDR="${LOADADDR}" -DLOADADDR3="${LOADADDR3}" |
