mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +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
10 lines
268 B
PHP
10 lines
268 B
PHP
SRC_CC += default_log.cc
|
|
SRC_CC += platform.cc stack_area.cc main_thread_cap.cc
|
|
SRC_CC += rpc_cap_alloc.cc heartbeat.cc
|
|
SRC_CC += vm.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/base
|
|
vpath %.cc $(BASE_DIR)/src/lib/base
|
|
|
|
INC_DIR += $(REP_DIR)/src/include $(BASE_DIR)/src/include
|