Files
genode/repos/base-hw/lib/mk/spec/x86_64/bootstrap-hw-muen_on.mk
Stefan Kalkowski cf943dac65 hw: bootstrap into kernel
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
2017-02-23 14:54:42 +01:00

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