mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
61926ebc07
The new 'init_platform' function performs the platform-specific component-local low-level initialization. It allows for the differentiation between core and regular components as well as kernel-dependent peculiarities. This patch introduces a consistent notion of a 'Platform'. Within core, the 'Platform' contains the kernel-specific initialization. Outside core, the platform sets up the interplay with the parent component. In all cases, the platform is constructed while running on the initial stack. Issue #4784
13 lines
297 B
PHP
13 lines
297 B
PHP
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += log.cc
|
|
SRC_CC += thread_start.cc
|
|
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
|
|
SRC_CC += native_utcb.cc
|
|
|
|
LIBS += startup-hw base-hw-common syscall-hw cxx timeout-hw
|