mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 09:12:57 +00:00
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:
parent
b448a67151
commit
c0c65b00eb
@ -2,7 +2,7 @@ TARGET = core
|
|||||||
REQUIRES = foc
|
REQUIRES = foc
|
||||||
LIBS = cxx ipc heap core_printf process pager lock raw_signal raw_server
|
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
|
GEN_CORE_DIR = $(BASE_DIR)/src/core
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user