From c0c65b00ebf10ae42ae0b7981939ced9a106f58d Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Tue, 8 May 2012 16:15:34 +0200 Subject: [PATCH] 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. --- base-foc/src/core/target.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-foc/src/core/target.inc b/base-foc/src/core/target.inc index a3670320a6..7cb2b63e5f 100644 --- a/base-foc/src/core/target.inc +++ b/base-foc/src/core/target.inc @@ -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