base: make stack area base specifiable for core

When running core as the kernel inside every component, a separate
stack area for core is needed that is different from the user-land
component's one.

Ref #2091
This commit is contained in:
Stefan Kalkowski
2017-06-20 15:01:05 +02:00
committed by Christian Helmuth
parent 3906568908
commit ea46c462a4
20 changed files with 85 additions and 91 deletions

View File

@@ -5,5 +5,6 @@ SRC_CC += capability.cc
SRC_CC += cache.cc
SRC_CC += raw_write_string.cc
SRC_CC += signal_receiver.cc
SRC_CC += stack_area_addr.cc
LIBS += startup-hw base-hw-common cxx timeout-hw

View File

@@ -62,6 +62,7 @@ SRC_CC += kernel/timer.cc
SRC_CC += kernel/object.cc
SRC_CC += init_main_thread.cc
SRC_CC += capability.cc
SRC_CC += stack_area_addr.cc
# provide Genode version information
include $(BASE_DIR)/src/core/version.inc