mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
The hw_x86_64_muen platform is a x86/64 base-hw kernel which runs as isolated subject (guest) on the Muen Separation Kernel (SK) [1]. The platform is implemented as an extension to hw_x86_64 replacing the PIC and timer drivers with paravirtualized variants. The skeleton contains a dummy PIC and timer implementation for now. [1] - http://muen.sk
4 lines
96 B
Makefile
4 lines
96 B
Makefile
include $(REP_DIR)/lib/mk/base-common.inc
|
|
|
|
vpath kernel/interface.cc $(REP_DIR)/src/base/x86_64
|