Rev 501 | Rev 509 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 501 | Rev 506 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | ifndef MACHINE |
39 | ifndef MACHINE |
40 | MACHINE = msim |
40 | MACHINE = msim |
41 | endif |
41 | endif |
42 | 42 | ||
43 | KERNEL_LOAD_ADDRESS = 0x80100000 |
43 | KERNEL_LOAD_ADDRESS = 0x80100000 |
- | 44 | INIT_ADDRESS = 0x80110000 |
|
- | 45 | INIT_SIZE = 65536 |
|
44 | CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss |
46 | CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss |
45 | DEFS += -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} |
47 | DEFS += -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} -DINIT_ADDRESS=${INIT_ADDRESS} -DINIT_SIZE=${INIT_SIZE} |
46 | 48 | ||
47 | ## Accepted MACHINEs |
49 | ## Accepted MACHINEs |
48 | # |
50 | # |
49 | 51 | ||
50 | ifeq ($(MACHINE),indy) |
52 | ifeq ($(MACHINE),indy) |