mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Put the initialization of the cpu cores, setup of page-tables, enabling of MMU and caches into a separate component that is only used to bootstrap the kernel resp. core. Ref #2092
10 lines
284 B
Makefile
10 lines
284 B
Makefile
REQUIRES = muen
|
|
|
|
INC_DIR += $(REP_DIR)/src/core/include/spec/x86_64/muen
|
|
|
|
SRC_CC += lib/muen/sinfo.cc
|
|
SRC_CC += bootstrap/spec/x86_64/platform_muen.cc
|
|
SRC_S += bootstrap/spec/x86_64/crt0_translation_table_muen.s
|
|
|
|
include $(BASE_DIR)/../base-hw/lib/mk/spec/x86_64/bootstrap-hw.inc
|