mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
ef130a3bf9
Issue #3111 - enable vt-x in kernel configuration Kernel patches: - add unrestricted guest support - avoid kernel boot failure when vt-x is not available - avoid nullpointer in kernel when vcpu is not fully setup - avoid vcpu scheduling bug which causes starvation on same/below prio level - save efer register correctly from guest
11 lines
172 B
Makefile
11 lines
172 B
Makefile
PLAT := pc99
|
|
ARCH := x86
|
|
|
|
SEL4_ARCH := ia32
|
|
PLAT_BOARD := /$(SEL4_ARCH)
|
|
SEL4_WORDBITS := 32
|
|
|
|
ARCH_INCLUDES := exIPC.h vmenter.h
|
|
|
|
include $(REP_DIR)/lib/mk/syscall-sel4.inc
|