mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
committed by
Norman Feske
parent
b448a67151
commit
c0c65b00eb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user