Fiasco.OC: increase core link address

This patch increases core's link address to 0x490000 to avoid region
overlaps with bootstrap on 64-bit Fiasco.OC.

Fixes #197.
This commit is contained in:
Christian Prochaska 2012-05-08 16:15:34 +02:00 committed by Norman Feske
parent b448a67151
commit c0c65b00eb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TARGET = core
REQUIRES = foc
LIBS = cxx ipc heap core_printf process pager lock raw_signal raw_server
LD_TEXT_ADDR = 0x140000
LD_TEXT_ADDR = 0x490000
GEN_CORE_DIR = $(BASE_DIR)/src/core