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:
committed by
Christian Helmuth
parent
3906568908
commit
ea46c462a4
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user